Html Css Color HEX #EC2A24 Cinnabar

📋 copy color: '#EC2A24'

red 236 ◦ green 42 ◦ blue 36

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

Shades of Cinnabar #EC2A24

Tints of Cinnabar #EC2A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

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

R = 75.16%
G = 13.38%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2A24 (or 0xEC2A24) is known color: Cinnabar. HEX triplet: EC, 2A and 24. RGB value is (236,42,36). Sum of RGB (Red+Green+Blue) = 236+42+36=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A24 is #13D5DB. Grayscale: #636363. Windows color (decimal): -1299932 or 2370284. OLE color: 2370284.

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

Color convert

RGB 236 42 36 -
CMYK 0 0.82 0.85 0.07
HSL 1.8º 0.84% 0.53% -
HSV(B) 1.8º 0.85% 0.93% -
XYZ 35.74 19.62 3.57 -
YUV 99.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 236 42 36 0 0.82 0.85 0.07 1.8 0.84 0.53
Hex EC 2A 24 0 52 55 7 2 54 35
Octal 354 52 44 0 122 125 7 2 124 65
Binary 11101100 101010 100100 0 1010010 1010101 111 10 1010100 110101

Color Harmonies of #EC2A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A24

Black with #EC2A24

Text Example


Text Example

White with #EC2A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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