Html Css Color HEX #EB3E20 Cinnabar

📋 copy color: '#EB3E20'

red 235 ◦ green 62 ◦ blue 32

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

Shades of Cinnabar #EB3E20

Tints of Cinnabar #EB3E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 71.43%
G = 18.84%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB3E20 (or 0xEB3E20) is known color: Cinnabar. HEX triplet: EB, 3E and 20. RGB value is (235,62,32). Sum of RGB (Red+Green+Blue) = 235+62+32=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E20 is #14C1DF. Grayscale: #6E6E6E. Windows color (decimal): -1360352 or 2113259. OLE color: 2113259.

HSL color Cylindrical-coordinate representation of color #EB3E20: hue angle of 8.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB3E20 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 62 32 -
CMYK 0 0.74 0.86 0.08
HSL 8.87º 0.84% 0.52% -
HSV(B) 8.87º 0.86% 0.92% -
XYZ 36.24 21.21 3.55 -
YUV 110.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 235 62 32 0 0.74 0.86 0.08 8.87 0.84 0.52
Hex EB 3E 20 0 4A 56 8 9 54 34
Octal 353 76 40 0 112 126 10 11 124 64
Binary 11101011 111110 100000 0 1001010 1010110 1000 1001 1010100 110100

Color Harmonies of #EB3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E20

Black with #EB3E20

Text Example


Text Example

White with #EB3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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