Html Css Color HEX #ED1023 Torch Red

📋 copy color: '#ED1023'

red 237 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #ED1023

Tints of Torch Red #ED1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 82.29%
G = 5.56%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED1023 (or 0xED1023) is known color: Torch Red. HEX triplet: ED, 10 and 23. RGB value is (237,16,35). Sum of RGB (Red+Green+Blue) = 237+16+35=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1023 is #12EFDC. Grayscale: #545454. Windows color (decimal): -1241053 or 2298093. OLE color: 2298093.

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

Color convert

RGB 237 16 35 -
CMYK 0 0.93 0.85 0.07
HSL 354.84º 0.87% 0.5% -
HSV(B) 354.84º 0.93% 0.93% -
XYZ 35.41 18.5 3.29 -
YUV 84.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 237 16 35 0 0.93 0.85 0.07 354.84 0.87 0.5
Hex ED 10 23 0 5D 55 7 163 57 32
Octal 355 20 43 0 135 125 7 543 127 62
Binary 11101101 10000 100011 0 1011101 1010101 111 101100011 1010111 110010

Color Harmonies of #ED1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1023

Black with #ED1023

Text Example


Text Example

White with #ED1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1023; }

 p { color: rgb(237,16,35); }

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

background-color css

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

 a { background-color: rgb(237,16,35); }

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

border-color css

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

 span { border-color: rgb(237,16,35); }

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