Html Css Color HEX #EA3819 Cinnabar

📋 copy color: '#EA3819'

red 234 ◦ green 56 ◦ blue 25

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

Shades of Cinnabar #EA3819

Tints of Cinnabar #EA3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 74.29%
G = 17.78%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA3819 (or 0xEA3819) is known color: Cinnabar. HEX triplet: EA, 38 and 19. RGB value is (234,56,25). Sum of RGB (Red+Green+Blue) = 234+56+25=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3819 is #15C7E6. Grayscale: #696969. Windows color (decimal): -1427431 or 1652970. OLE color: 1652970.

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

Color convert

RGB 234 56 25 -
CMYK 0 0.76 0.89 0.08
HSL 8.9º 0.83% 0.51% -
HSV(B) 8.9º 0.89% 0.92% -
XYZ 35.52 20.39 2.98 -
YUV 105.69 82.47 219.52 -
System Red Green Blue C M Y K H S L
Decimal 234 56 25 0 0.76 0.89 0.08 8.9 0.83 0.51
Hex EA 38 19 0 4C 59 8 9 53 33
Octal 352 70 31 0 114 131 10 11 123 63
Binary 11101010 111000 11001 0 1001100 1011001 1000 1001 1010011 110011

Color Harmonies of #EA3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3819

Black with #EA3819

Text Example


Text Example

White with #EA3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3819; }

 p { color: rgb(234,56,25); }

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

background-color css

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

 a { background-color: rgb(234,56,25); }

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

border-color css

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

 span { border-color: rgb(234,56,25); }

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