Html Css Color HEX #EC3A24 Cinnabar

📋 copy color: '#EC3A24'

red 236 ◦ green 58 ◦ blue 36

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

Shades of Cinnabar #EC3A24

Tints of Cinnabar #EC3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 71.52%
G = 17.58%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC3A24 (or 0xEC3A24) is known color: Cinnabar. HEX triplet: EC, 3A and 24. RGB value is (236,58,36). Sum of RGB (Red+Green+Blue) = 236+58+36=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A24 is #13C5DB. Grayscale: #6C6C6C. Windows color (decimal): -1295836 or 2374380. OLE color: 2374380.

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

Color convert

RGB 236 58 36 -
CMYK 0 0.75 0.85 0.07
HSL 6.6º 0.84% 0.53% -
HSV(B) 6.6º 0.85% 0.93% -
XYZ 36.42 20.99 3.8 -
YUV 108.71 86.97 218.79 -
System Red Green Blue C M Y K H S L
Decimal 236 58 36 0 0.75 0.85 0.07 6.6 0.84 0.53
Hex EC 3A 24 0 4B 55 7 7 54 35
Octal 354 72 44 0 113 125 7 7 124 65
Binary 11101100 111010 100100 0 1001011 1010101 111 111 1010100 110101

Color Harmonies of #EC3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A24

Black with #EC3A24

Text Example


Text Example

White with #EC3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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