Html Css Color HEX #EA4A1B Cinnabar

📋 copy color: '#EA4A1B'

red 234 ◦ green 74 ◦ blue 27

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

Shades of Cinnabar #EA4A1B

Tints of Cinnabar #EA4A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 69.85%
G = 22.09%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA4A1B (or 0xEA4A1B) is known color: Cinnabar. HEX triplet: EA, 4A and 1B. RGB value is (234,74,27). Sum of RGB (Red+Green+Blue) = 234+74+27=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A1B is #15B5E4. Grayscale: #747474. Windows color (decimal): -1422821 or 1788650. OLE color: 1788650.

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

Color convert

RGB 234 74 27 -
CMYK 0 0.68 0.88 0.08
HSL 13.62º 0.83% 0.51% -
HSV(B) 13.62º 0.88% 0.92% -
XYZ 36.58 22.47 3.45 -
YUV 116.48 77.51 211.82 -
System Red Green Blue C M Y K H S L
Decimal 234 74 27 0 0.68 0.88 0.08 13.62 0.83 0.51
Hex EA 4A 1B 0 44 58 8 E 53 33
Octal 352 112 33 0 104 130 10 16 123 63
Binary 11101010 1001010 11011 0 1000100 1011000 1000 1110 1010011 110011

Color Harmonies of #EA4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A1B

Black with #EA4A1B

Text Example


Text Example

White with #EA4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A1B; }

 p { color: rgb(234,74,27); }

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

background-color css

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

 a { background-color: rgb(234,74,27); }

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

border-color css

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

 span { border-color: rgb(234,74,27); }

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