Html Css Color HEX #EA3719 Cinnabar

📋 copy color: '#EA3719'

red 234 ◦ green 55 ◦ blue 25

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

Shades of Cinnabar #EA3719

Tints of Cinnabar #EA3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 74.52%
G = 17.52%
B = 7.96%

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

#EA3719 (or 0xEA3719) is known color: Cinnabar. HEX triplet: EA, 37 and 19. RGB value is (234,55,25). Sum of RGB (Red+Green+Blue) = 234+55+25=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3719 is #15C8E6. Grayscale: #696969. Windows color (decimal): -1427687 or 1652714. OLE color: 1652714.

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

Color convert

RGB 234 55 25 -
CMYK 0 0.76 0.89 0.08
HSL 8.61º 0.83% 0.51% -
HSV(B) 8.61º 0.89% 0.92% -
XYZ 35.47 20.29 2.97 -
YUV 105.1 82.8 219.94 -
System Red Green Blue C M Y K H S L
Decimal 234 55 25 0 0.76 0.89 0.08 8.61 0.83 0.51
Hex EA 37 19 0 4C 59 8 9 53 33
Octal 352 67 31 0 114 131 10 11 123 63
Binary 11101010 110111 11001 0 1001100 1011001 1000 1001 1010011 110011

Color Harmonies of #EA3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3719

Black with #EA3719

Text Example


Text Example

White with #EA3719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3719; }

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

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

background-color css

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

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

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

border-color css

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

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

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