Html Css Color HEX #EA331C Cinnabar

📋 copy color: '#EA331C'

red 234 ◦ green 51 ◦ blue 28

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

Shades of Cinnabar #EA331C

Tints of Cinnabar #EA331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 74.76%
G = 16.29%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA331C (or 0xEA331C) is known color: Cinnabar. HEX triplet: EA, 33 and 1C. RGB value is (234,51,28). Sum of RGB (Red+Green+Blue) = 234+51+28=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA331C is #15CCE3. Grayscale: #676767. Windows color (decimal): -1428708 or 1848298. OLE color: 1848298.

HSL color Cylindrical-coordinate representation of color #EA331C: hue angle of 6.7º 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 #EA331C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 51 28 -
CMYK 0 0.78 0.88 0.08
HSL 6.7º 0.83% 0.51% -
HSV(B) 6.7º 0.88% 0.92% -
XYZ 35.33 19.94 3.09 -
YUV 103.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 234 51 28 0 0.78 0.88 0.08 6.7 0.83 0.51
Hex EA 33 1C 0 4E 58 8 7 53 33
Octal 352 63 34 0 116 130 10 7 123 63
Binary 11101010 110011 11100 0 1001110 1011000 1000 111 1010011 110011

Color Harmonies of #EA331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA331C

Black with #EA331C

Text Example


Text Example

White with #EA331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA331C; }

 p { color: rgb(234,51,28); }

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

background-color css

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

 a { background-color: rgb(234,51,28); }

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

border-color css

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

 span { border-color: rgb(234,51,28); }

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