Html Css Color HEX #EB3C1E Cinnabar

📋 copy color: '#EB3C1E'

red 235 ◦ green 60 ◦ blue 30

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

Shades of Cinnabar #EB3C1E

Tints of Cinnabar #EB3C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 72.31%
G = 18.46%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB3C1E (or 0xEB3C1E) is known color: Cinnabar. HEX triplet: EB, 3C and 1E. RGB value is (235,60,30). Sum of RGB (Red+Green+Blue) = 235+60+30=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C1E is #14C3E1. Grayscale: #6D6D6D. Windows color (decimal): -1360866 or 1981675. OLE color: 1981675.

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

Color convert

RGB 235 60 30 -
CMYK 0 0.74 0.87 0.08
HSL 8.78º 0.84% 0.52% -
HSV(B) 8.78º 0.87% 0.92% -
XYZ 36.11 20.99 3.38 -
YUV 108.91 83.48 217.94 -
System Red Green Blue C M Y K H S L
Decimal 235 60 30 0 0.74 0.87 0.08 8.78 0.84 0.52
Hex EB 3C 1E 0 4A 57 8 9 54 34
Octal 353 74 36 0 112 127 10 11 124 64
Binary 11101011 111100 11110 0 1001010 1010111 1000 1001 1010100 110100

Color Harmonies of #EB3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C1E

Black with #EB3C1E

Text Example


Text Example

White with #EB3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C1E; }

 p { color: rgb(235,60,30); }

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

background-color css

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

 a { background-color: rgb(235,60,30); }

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

border-color css

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

 span { border-color: rgb(235,60,30); }

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