Html Css Color HEX #EB3E19 Cinnabar

📋 copy color: '#EB3E19'

red 235 ◦ green 62 ◦ blue 25

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

Shades of Cinnabar #EB3E19

Tints of Cinnabar #EB3E19

RGB

 RED value IS 235 (92.19% from 255) = 72.98%

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 72.98%
G = 19.25%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB3E19 (or 0xEB3E19) is known color: Cinnabar. HEX triplet: EB, 3E and 19. RGB value is (235,62,25). Sum of RGB (Red+Green+Blue) = 235+62+25=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3E19 is #14C1E6. Grayscale: #6D6D6D. Windows color (decimal): -1360359 or 1654507. OLE color: 1654507.

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

Color convert

RGB 235 62 25 -
CMYK 0 0.74 0.89 0.08
HSL 10.57º 0.84% 0.51% -
HSV(B) 10.57º 0.89% 0.92% -
XYZ 36.16 21.18 3.1 -
YUV 109.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 235 62 25 0 0.74 0.89 0.08 10.57 0.84 0.51
Hex EB 3E 19 0 4A 59 8 B 54 33
Octal 353 76 31 0 112 131 10 13 124 63
Binary 11101011 111110 11001 0 1001010 1011001 1000 1011 1010100 110011

Color Harmonies of #EB3E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E19

Black with #EB3E19

Text Example


Text Example

White with #EB3E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E19; }

 p { color: rgb(235,62,25); }

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

background-color css

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

 a { background-color: rgb(235,62,25); }

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

border-color css

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

 span { border-color: rgb(235,62,25); }

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