Html Css Color HEX #ED031F Torch Red

📋 copy color: '#ED031F'

red 237 ◦ green 3 ◦ blue 31

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

Shades of Torch Red #ED031F

Tints of Torch Red #ED031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 87.45%
G = 1.11%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED031F (or 0xED031F) is known color: Torch Red. HEX triplet: ED, 03 and 1F. RGB value is (237,3,31). Sum of RGB (Red+Green+Blue) = 237+3+31=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031F is #12FCE0. Grayscale: #4C4C4C. Windows color (decimal): -1244385 or 2032621. OLE color: 2032621.

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

Color convert

RGB 237 3 31 -
CMYK 0 0.99 0.87 0.07
HSL 352.82º 0.98% 0.47% -
HSV(B) 352.82º 0.99% 0.93% -
XYZ 35.2 18.17 2.95 -
YUV 76.16 102.52 242.72 -
System Red Green Blue C M Y K H S L
Decimal 237 3 31 0 0.99 0.87 0.07 352.82 0.98 0.47
Hex ED 3 1F 0 63 57 7 161 62 2F
Octal 355 3 37 0 143 127 7 541 142 57
Binary 11101101 11 11111 0 1100011 1010111 111 101100001 1100010 101111

Color Harmonies of #ED031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED031F

Black with #ED031F

Text Example


Text Example

White with #ED031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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