Html Css Color HEX #EB3E1B Cinnabar

📋 copy color: '#EB3E1B'

red 235 ◦ green 62 ◦ blue 27

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

Shades of Cinnabar #EB3E1B

Tints of Cinnabar #EB3E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 72.53%
G = 19.14%
B = 8.33%

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

#EB3E1B (or 0xEB3E1B) is known color: Cinnabar. HEX triplet: EB, 3E and 1B. RGB value is (235,62,27). Sum of RGB (Red+Green+Blue) = 235+62+27=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E1B is #14C1E4. Grayscale: #6E6E6E. Windows color (decimal): -1360357 or 1785579. OLE color: 1785579.

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

Color convert

RGB 235 62 27 -
CMYK 0 0.74 0.89 0.08
HSL 10.1º 0.84% 0.51% -
HSV(B) 10.1º 0.89% 0.92% -
XYZ 36.18 21.19 3.22 -
YUV 109.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 235 62 27 0 0.74 0.89 0.08 10.1 0.84 0.51
Hex EB 3E 1B 0 4A 59 8 A 54 33
Octal 353 76 33 0 112 131 10 12 124 63
Binary 11101011 111110 11011 0 1001010 1011001 1000 1010 1010100 110011

Color Harmonies of #EB3E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E1B

Black with #EB3E1B

Text Example


Text Example

White with #EB3E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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