Html Css Color HEX #EA451D Cinnabar

📋 copy color: '#EA451D'

red 234 ◦ green 69 ◦ blue 29

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

Shades of Cinnabar #EA451D

Tints of Cinnabar #EA451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 70.48%
G = 20.78%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA451D (or 0xEA451D) is known color: Cinnabar. HEX triplet: EA, 45 and 1D. RGB value is (234,69,29). Sum of RGB (Red+Green+Blue) = 234+69+29=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA451D is #15BAE2. Grayscale: #727272. Windows color (decimal): -1424099 or 1918442. OLE color: 1918442.

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

Color convert

RGB 234 69 29 -
CMYK 0 0.71 0.88 0.08
HSL 11.71º 0.83% 0.52% -
HSV(B) 11.71º 0.88% 0.92% -
XYZ 36.28 21.84 3.47 -
YUV 113.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 234 69 29 0 0.71 0.88 0.08 11.71 0.83 0.52
Hex EA 45 1D 0 47 58 8 C 53 34
Octal 352 105 35 0 107 130 10 14 123 64
Binary 11101010 1000101 11101 0 1000111 1011000 1000 1100 1010011 110100

Color Harmonies of #EA451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA451D

Black with #EA451D

Text Example


Text Example

White with #EA451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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