Html Css Color HEX #FE3342 Radical Red

📋 copy color: '#FE3342'

red 254 ◦ green 51 ◦ blue 66

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

Shades of Radical Red #FE3342

Tints of Radical Red #FE3342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

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

R = 68.46%
G = 13.75%
B = 17.79%

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

#FE3342 (or 0xFE3342) is known color: Radical Red. HEX triplet: FE, 33 and 42. RGB value is (254,51,66). Sum of RGB (Red+Green+Blue) = 254+51+66=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3342 is #01CCBD. Grayscale: #717171. Windows color (decimal): -117950 or 4338686. OLE color: 4338686.

HSL color Cylindrical-coordinate representation of color #FE3342: hue angle of 355.57º 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 #FE3342 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 51 66 -
CMYK 0 0.80 0.74 0.00
HSL 355.57º 0.99% 0.6% -
HSV(B) 355.57º 0.8% 1% -
XYZ 43.04 23.83 7.49 -
YUV 113.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 254 51 66 0 0.80 0.74 0.00 355.57 0.99 0.6
Hex FE 33 42 0 50 4A 0 164 63 3C
Octal 376 63 102 0 120 112 0 544 143 74
Binary 11111110 110011 1000010 0 1010000 1001010 0 101100100 1100011 111100

Color Harmonies of #FE3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3342

Black with #FE3342

Text Example


Text Example

White with #FE3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3342; }

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

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

background-color css

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

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

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

border-color css

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

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

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