Html Css Color HEX #ED031A Torch Red

📋 copy color: '#ED031A'

red 237 ◦ green 3 ◦ blue 26

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

Shades of Torch Red #ED031A

Tints of Torch Red #ED031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 89.1%
G = 1.13%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED031A (or 0xED031A) is known color: Torch Red. HEX triplet: ED, 03 and 1A. RGB value is (237,3,26). Sum of RGB (Red+Green+Blue) = 237+3+26=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031A is #12FCE5. Grayscale: #4B4B4B. Windows color (decimal): -1244390 or 1704941. OLE color: 1704941.

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

Color convert

RGB 237 3 26 -
CMYK 0 0.99 0.89 0.07
HSL 354.1º 0.98% 0.47% -
HSV(B) 354.1º 0.99% 0.93% -
XYZ 35.14 18.14 2.63 -
YUV 75.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 237 3 26 0 0.99 0.89 0.07 354.1 0.98 0.47
Hex ED 3 1A 0 63 59 7 162 62 2F
Octal 355 3 32 0 143 131 7 542 142 57
Binary 11101101 11 11010 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #ED031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED031A

Black with #ED031A

Text Example


Text Example

White with #ED031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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