Html Css Color HEX #EC3021 Cinnabar

📋 copy color: '#EC3021'

red 236 ◦ green 48 ◦ blue 33

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

Shades of Cinnabar #EC3021

Tints of Cinnabar #EC3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 74.45%
G = 15.14%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3021 (or 0xEC3021) is known color: Cinnabar. HEX triplet: EC, 30 and 21. RGB value is (236,48,33). Sum of RGB (Red+Green+Blue) = 236+48+33=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3021 is #13CFDE. Grayscale: #666666. Windows color (decimal): -1298399 or 2175212. OLE color: 2175212.

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

Color convert

RGB 236 48 33 -
CMYK 0 0.80 0.86 0.07
HSL 4.43º 0.84% 0.53% -
HSV(B) 4.43º 0.86% 0.93% -
XYZ 35.92 20.06 3.42 -
YUV 102.5 88.78 223.22 -
System Red Green Blue C M Y K H S L
Decimal 236 48 33 0 0.80 0.86 0.07 4.43 0.84 0.53
Hex EC 30 21 0 50 56 7 4 54 35
Octal 354 60 41 0 120 126 7 4 124 65
Binary 11101100 110000 100001 0 1010000 1010110 111 100 1010100 110101

Color Harmonies of #EC3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3021

Black with #EC3021

Text Example


Text Example

White with #EC3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3021; }

 p { color: rgb(236,48,33); }

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

background-color css

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

 a { background-color: rgb(236,48,33); }

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

border-color css

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

 span { border-color: rgb(236,48,33); }

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