Html Css Color HEX #FE3334 Alizarin

📋 copy color: '#FE3334'

red 254 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #FE3334

Tints of Alizarin #FE3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.57%

R = 71.15%
G = 14.29%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE3334 (or 0xFE3334) is known color: Alizarin. HEX triplet: FE, 33 and 34. RGB value is (254,51,52). Sum of RGB (Red+Green+Blue) = 254+51+52=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3334 is #01CCCB. Grayscale: #707070. Windows color (decimal): -117964 or 3421182. OLE color: 3421182.

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

Color convert

RGB 254 51 52 -
CMYK 0 0.80 0.80 0.00
HSL 359.7º 0.99% 0.6% -
HSV(B) 359.7º 0.8% 1% -
XYZ 42.68 23.69 5.57 -
YUV 111.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 254 51 52 0 0.80 0.80 0.00 359.7 0.99 0.6
Hex FE 33 34 0 50 50 0 168 63 3C
Octal 376 63 64 0 120 120 0 550 143 74
Binary 11111110 110011 110100 0 1010000 1010000 0 101101000 1100011 111100

Color Harmonies of #FE3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3334

Black with #FE3334

Text Example


Text Example

White with #FE3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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