Html Css Color HEX #ED3C24 Cinnabar

📋 copy color: '#ED3C24'

red 237 ◦ green 60 ◦ blue 36

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

Shades of Cinnabar #ED3C24

Tints of Cinnabar #ED3C24

RGB

 RED value IS 237 (92.97% from 255) = 71.17%

 GREEN value IS 60 (23.83% from 255) = 18.02%

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

R = 71.17%
G = 18.02%
B = 10.81%

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

#ED3C24 (or 0xED3C24) is known color: Cinnabar. HEX triplet: ED, 3C and 24. RGB value is (237,60,36). Sum of RGB (Red+Green+Blue) = 237+60+36=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C24 is #12C3DB. Grayscale: #6E6E6E. Windows color (decimal): -1229788 or 2374893. OLE color: 2374893.

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

Color convert

RGB 237 60 36 -
CMYK 0 0.75 0.85 0.07
HSL 7.16º 0.85% 0.54% -
HSV(B) 7.16º 0.85% 0.93% -
XYZ 36.86 21.36 3.85 -
YUV 110.19 86.14 218.45 -
System Red Green Blue C M Y K H S L
Decimal 237 60 36 0 0.75 0.85 0.07 7.16 0.85 0.54
Hex ED 3C 24 0 4B 55 7 7 55 36
Octal 355 74 44 0 113 125 7 7 125 66
Binary 11101101 111100 100100 0 1001011 1010101 111 111 1010101 110110

Color Harmonies of #ED3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C24

Black with #ED3C24

Text Example


Text Example

White with #ED3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C24; }

 p { color: rgb(237,60,36); }

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

background-color css

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

 a { background-color: rgb(237,60,36); }

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

border-color css

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

 span { border-color: rgb(237,60,36); }

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