Html Css Color HEX #ED0318 Torch Red

📋 copy color: '#ED0318'

red 237 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #ED0318

Tints of Torch Red #ED0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 89.77%
G = 1.14%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0318 (or 0xED0318) is known color: Torch Red. HEX triplet: ED, 03 and 18. RGB value is (237,3,24). Sum of RGB (Red+Green+Blue) = 237+3+24=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0318 is #12FCE7. Grayscale: #4B4B4B. Windows color (decimal): -1244392 or 1573869. OLE color: 1573869.

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

Color convert

RGB 237 3 24 -
CMYK 0 0.99 0.90 0.07
HSL 354.62º 0.98% 0.47% -
HSV(B) 354.62º 0.99% 0.93% -
XYZ 35.12 18.14 2.51 -
YUV 75.36 99.02 243.29 -
System Red Green Blue C M Y K H S L
Decimal 237 3 24 0 0.99 0.90 0.07 354.62 0.98 0.47
Hex ED 3 18 0 63 5A 7 163 62 2F
Octal 355 3 30 0 143 132 7 543 142 57
Binary 11101101 11 11000 0 1100011 1011010 111 101100011 1100010 101111

Color Harmonies of #ED0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0318

Black with #ED0318

Text Example


Text Example

White with #ED0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0318; }

 p { color: rgb(237,3,24); }

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

background-color css

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

 a { background-color: rgb(237,3,24); }

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

border-color css

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

 span { border-color: rgb(237,3,24); }

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