Html Css Color HEX #EA451A Cinnabar

📋 copy color: '#EA451A'

red 234 ◦ green 69 ◦ blue 26

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

Shades of Cinnabar #EA451A

Tints of Cinnabar #EA451A

RGB

 RED value IS 234 (91.8% from 255) = 71.12%

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 71.12%
G = 20.97%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA451A (or 0xEA451A) is known color: Cinnabar. HEX triplet: EA, 45 and 1A. RGB value is (234,69,26). Sum of RGB (Red+Green+Blue) = 234+69+26=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA451A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA451A is #15BAE5. Grayscale: #717171. Windows color (decimal): -1424102 or 1721834. OLE color: 1721834.

HSL color Cylindrical-coordinate representation of color #EA451A: hue angle of 12.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA451A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 69 26 -
CMYK 0 0.71 0.89 0.08
HSL 12.4º 0.83% 0.51% -
HSV(B) 12.4º 0.89% 0.92% -
XYZ 36.25 21.82 3.28 -
YUV 113.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 234 69 26 0 0.71 0.89 0.08 12.4 0.83 0.51
Hex EA 45 1A 0 47 59 8 C 53 33
Octal 352 105 32 0 107 131 10 14 123 63
Binary 11101010 1000101 11010 0 1000111 1011001 1000 1100 1010011 110011

Color Harmonies of #EA451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA451A

Black with #EA451A

Text Example


Text Example

White with #EA451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA451A; }

 p { color: rgb(234,69,26); }

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

background-color css

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

 a { background-color: rgb(234,69,26); }

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

border-color css

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

 span { border-color: rgb(234,69,26); }

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