Html Css Color HEX #EC2D24 Cinnabar

📋 copy color: '#EC2D24'

red 236 ◦ green 45 ◦ blue 36

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

Shades of Cinnabar #EC2D24

Tints of Cinnabar #EC2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 36 (14.45% from 255) = 11.36%

R = 74.45%
G = 14.2%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2D24 (or 0xEC2D24) is known color: Cinnabar. HEX triplet: EC, 2D and 24. RGB value is (236,45,36). Sum of RGB (Red+Green+Blue) = 236+45+36=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D24 is #13D2DB. Grayscale: #656565. Windows color (decimal): -1299164 or 2371052. OLE color: 2371052.

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

Color convert

RGB 236 45 36 -
CMYK 0 0.81 0.85 0.07
HSL 2.7º 0.84% 0.53% -
HSV(B) 2.7º 0.85% 0.93% -
XYZ 35.85 19.84 3.61 -
YUV 101.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 236 45 36 0 0.81 0.85 0.07 2.7 0.84 0.53
Hex EC 2D 24 0 51 55 7 3 54 35
Octal 354 55 44 0 121 125 7 3 124 65
Binary 11101100 101101 100100 0 1010001 1010101 111 11 1010100 110101

Color Harmonies of #EC2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D24

Black with #EC2D24

Text Example


Text Example

White with #EC2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D24; }

 p { color: rgb(236,45,36); }

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

background-color css

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

 a { background-color: rgb(236,45,36); }

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

border-color css

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

 span { border-color: rgb(236,45,36); }

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