#FE374B

Color #FE374B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FE374B

Tints of Radical Red #FE374B

Color information

#FE374B (or 0xFE374B) is unknown color: approx Radical Red. HEX triplet: FE, 37 and 4B. RGB value is (254,55,75). Sum of RGB (Red+Green+Blue) = 254+55+75=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE374B is #01C8B4. Grayscale: #747474. Windows color (decimal): -116917 or 4929534. OLE color: 4929534.

HSL color Cylindrical-coordinate representation of color #FE374B: hue angle of 353.97º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE374B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB2545575-
CMYK00.780.700.00
HSL353.97º99%60.59%-
HSV(B)353.97º78.35%99.61%-
XYZ43.5124.319.06-
YUV116.78104.43225.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 66.15%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=66.15%
G=14.32%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254557500.780.700.00353.979960.59
HexFE374B04E460162633d
Octal376671130116106054214375
Binary11111110110111100101101001110100011001011000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE374B; }

 p { color: rgb(254,55,75); }

 H1.HeaderClassName
 {
   color: #FE374B;
 }
 .AnyTagClassName
 {
   color: #FE374B;
 }
</style>
background-color css

<style>
 a { background-color: #FE374B; }

 a { background-color: rgb(254,55,75); }

 div.DivClassName
 {
   background-color: #FE374B;
 }
 .BgClassName
 {
   background-color: #FE374B;
 }
</style>
border-color css

<style>
 span { border-color: #FE374B; }

 span { border-color: rgb(254,55,75); }

 td.TdClassName
 {
   border-color: #FE374B;
 }
 .TagClassName
 {
   border-color: #FE374B;
 }
</style>