Html Css Color HEX #ED023C Torch Red

📋 copy color: '#ED023C'

red 237 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #ED023C

Tints of Torch Red #ED023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 79.26%
G = 0.67%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED023C (or 0xED023C) is known color: Torch Red. HEX triplet: ED, 02 and 3C. RGB value is (237,2,60). Sum of RGB (Red+Green+Blue) = 237+2+60=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED023C is #12FDC3. Grayscale: #4E4E4E. Windows color (decimal): -1244612 or 3932909. OLE color: 3932909.

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

Color convert

RGB 237 2 60 -
CMYK 0 0.99 0.75 0.07
HSL 345.19º 0.98% 0.47% -
HSV(B) 345.19º 0.99% 0.93% -
XYZ 35.76 18.37 5.94 -
YUV 78.88 117.36 240.78 -
System Red Green Blue C M Y K H S L
Decimal 237 2 60 0 0.99 0.75 0.07 345.19 0.98 0.47
Hex ED 2 3C 0 63 4B 7 159 62 2F
Octal 355 2 74 0 143 113 7 531 142 57
Binary 11101101 10 111100 0 1100011 1001011 111 101011001 1100010 101111

Color Harmonies of #ED023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED023C

Black with #ED023C

Text Example


Text Example

White with #ED023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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