Html Css Color HEX #EB3C1D Cinnabar

📋 copy color: '#EB3C1D'

red 235 ◦ green 60 ◦ blue 29

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

Shades of Cinnabar #EB3C1D

Tints of Cinnabar #EB3C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 72.53%
G = 18.52%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB3C1D (or 0xEB3C1D) is known color: Cinnabar. HEX triplet: EB, 3C and 1D. RGB value is (235,60,29). Sum of RGB (Red+Green+Blue) = 235+60+29=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C1D is #14C3E2. Grayscale: #6D6D6D. Windows color (decimal): -1360867 or 1916139. OLE color: 1916139.

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

Color convert

RGB 235 60 29 -
CMYK 0 0.74 0.88 0.08
HSL 9.03º 0.84% 0.52% -
HSV(B) 9.03º 0.88% 0.92% -
XYZ 36.1 20.98 3.31 -
YUV 108.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 235 60 29 0 0.74 0.88 0.08 9.03 0.84 0.52
Hex EB 3C 1D 0 4A 58 8 9 54 34
Octal 353 74 35 0 112 130 10 11 124 64
Binary 11101011 111100 11101 0 1001010 1011000 1000 1001 1010100 110100

Color Harmonies of #EB3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C1D

Black with #EB3C1D

Text Example


Text Example

White with #EB3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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