Html Css Color HEX #ED0C24 Torch Red

📋 copy color: '#ED0C24'

red 237 ◦ green 12 ◦ blue 36

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

Shades of Torch Red #ED0C24

Tints of Torch Red #ED0C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 83.16%
G = 4.21%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED0C24 (or 0xED0C24) is known color: Torch Red. HEX triplet: ED, 0C and 24. RGB value is (237,12,36). Sum of RGB (Red+Green+Blue) = 237+12+36=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0C24 is #12F3DB. Grayscale: #525252. Windows color (decimal): -1242076 or 2362605. OLE color: 2362605.

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

Color convert

RGB 237 12 36 -
CMYK 0 0.95 0.85 0.07
HSL 353.6º 0.9% 0.49% -
HSV(B) 353.6º 0.95% 0.93% -
XYZ 35.37 18.39 3.36 -
YUV 82.01 102.04 238.55 -
System Red Green Blue C M Y K H S L
Decimal 237 12 36 0 0.95 0.85 0.07 353.6 0.9 0.49
Hex ED C 24 0 5F 55 7 162 5A 31
Octal 355 14 44 0 137 125 7 542 132 61
Binary 11101101 1100 100100 0 1011111 1010101 111 101100010 1011010 110001

Color Harmonies of #ED0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C24

Black with #ED0C24

Text Example


Text Example

White with #ED0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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