Html Css Color HEX #EB4119 Cinnabar

📋 copy color: '#EB4119'

red 235 ◦ green 65 ◦ blue 25

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

Shades of Cinnabar #EB4119

Tints of Cinnabar #EB4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 72.31%
G = 20%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB4119 (or 0xEB4119) is known color: Cinnabar. HEX triplet: EB, 41 and 19. RGB value is (235,65,25). Sum of RGB (Red+Green+Blue) = 235+65+25=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4119 is #14BEE6. Grayscale: #6F6F6F. Windows color (decimal): -1359591 or 1655275. OLE color: 1655275.

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

Color convert

RGB 235 65 25 -
CMYK 0 0.72 0.89 0.08
HSL 11.43º 0.84% 0.51% -
HSV(B) 11.43º 0.89% 0.92% -
XYZ 36.33 21.51 3.16 -
YUV 111.27 79.32 216.25 -
System Red Green Blue C M Y K H S L
Decimal 235 65 25 0 0.72 0.89 0.08 11.43 0.84 0.51
Hex EB 41 19 0 48 59 8 B 54 33
Octal 353 101 31 0 110 131 10 13 124 63
Binary 11101011 1000001 11001 0 1001000 1011001 1000 1011 1010100 110011

Color Harmonies of #EB4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4119

Black with #EB4119

Text Example


Text Example

White with #EB4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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