Html Css Color HEX #EC2721 Cinnabar

📋 copy color: '#EC2721'

red 236 ◦ green 39 ◦ blue 33

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

Shades of Cinnabar #EC2721

Tints of Cinnabar #EC2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 76.62%
G = 12.66%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2721 (or 0xEC2721) is known color: Cinnabar. HEX triplet: EC, 27 and 21. RGB value is (236,39,33). Sum of RGB (Red+Green+Blue) = 236+39+33=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2721 is #13D8DE. Grayscale: #616161. Windows color (decimal): -1300703 or 2172908. OLE color: 2172908.

HSL color Cylindrical-coordinate representation of color #EC2721: hue angle of 1.77º 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 #EC2721 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 39 33 -
CMYK 0 0.83 0.86 0.07
HSL 1.77º 0.84% 0.53% -
HSV(B) 1.77º 0.86% 0.93% -
XYZ 35.59 19.39 3.31 -
YUV 97.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 236 39 33 0 0.83 0.86 0.07 1.77 0.84 0.53
Hex EC 27 21 0 53 56 7 2 54 35
Octal 354 47 41 0 123 126 7 2 124 65
Binary 11101100 100111 100001 0 1010011 1010110 111 10 1010100 110101

Color Harmonies of #EC2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2721

Black with #EC2721

Text Example


Text Example

White with #EC2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2721; }

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

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

background-color css

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

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

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

border-color css

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

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

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