Html Css Color HEX #FE3442 Radical Red

📋 copy color: '#FE3442'

red 254 ◦ green 52 ◦ blue 66

#FE3442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FE3442

Tints of Radical Red #FE3442

RGB

 RED value IS 254 (99.61% from 255) = 68.28%

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 68.28%
G = 13.98%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE3442 (or 0xFE3442) is known color: Radical Red. HEX triplet: FE, 34 and 42. RGB value is (254,52,66). Sum of RGB (Red+Green+Blue) = 254+52+66=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3442 is #01CBBD. Grayscale: #727272. Windows color (decimal): -117694 or 4338942. OLE color: 4338942.

HSL color Cylindrical-coordinate representation of color #FE3442: hue angle of 355.84º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3442 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 66 -
CMYK 0 0.80 0.74 0.00
HSL 355.84º 0.99% 0.6% -
HSV(B) 355.84º 0.8% 1% -
XYZ 43.08 23.92 7.5 -
YUV 113.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 254 52 66 0 0.80 0.74 0.00 355.84 0.99 0.6
Hex FE 34 42 0 50 4A 0 164 63 3C
Octal 376 64 102 0 120 112 0 544 143 74
Binary 11111110 110100 1000010 0 1010000 1001010 0 101100100 1100011 111100

Color Harmonies of #FE3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3442

Black with #FE3442

Text Example


Text Example

White with #FE3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3442; }

 p { color: rgb(254,52,66); }

 H1.HeaderClassName
 {
   color: #FE3442;
 }
 .AnyTagClassName
 {
   color: #FE3442;
 }
</style>

background-color css

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

 a { background-color: rgb(254,52,66); }

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

border-color css

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

 span { border-color: rgb(254,52,66); }

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