Html Css Color HEX #EC3B1D Cinnabar

📋 copy color: '#EC3B1D'

red 236 ◦ green 59 ◦ blue 29

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

Shades of Cinnabar #EC3B1D

Tints of Cinnabar #EC3B1D

RGB

 RED value IS 236 (92.58% from 255) = 72.84%

 GREEN value IS 59 (23.44% from 255) = 18.21%

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

R = 72.84%
G = 18.21%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC3B1D (or 0xEC3B1D) is known color: Cinnabar. HEX triplet: EC, 3B and 1D. RGB value is (236,59,29). Sum of RGB (Red+Green+Blue) = 236+59+29=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B1D is #13C4E2. Grayscale: #6C6C6C. Windows color (decimal): -1295587 or 1915884. OLE color: 1915884.

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

Color convert

RGB 236 59 29 -
CMYK 0 0.75 0.88 0.07
HSL 8.7º 0.84% 0.52% -
HSV(B) 8.7º 0.88% 0.93% -
XYZ 36.38 21.05 3.31 -
YUV 108.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 236 59 29 0 0.75 0.88 0.07 8.7 0.84 0.52
Hex EC 3B 1D 0 4B 58 7 9 54 34
Octal 354 73 35 0 113 130 7 11 124 64
Binary 11101100 111011 11101 0 1001011 1011000 111 1001 1010100 110100

Color Harmonies of #EC3B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B1D

Black with #EC3B1D

Text Example


Text Example

White with #EC3B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B1D; }

 p { color: rgb(236,59,29); }

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

background-color css

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

 a { background-color: rgb(236,59,29); }

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

border-color css

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

 span { border-color: rgb(236,59,29); }

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