Html Css Color HEX #ED0B3E Torch Red

📋 copy color: '#ED0B3E'

red 237 ◦ green 11 ◦ blue 62

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

Shades of Torch Red #ED0B3E

Tints of Torch Red #ED0B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 76.45%
G = 3.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED0B3E (or 0xED0B3E) is known color: Torch Red. HEX triplet: ED, 0B and 3E. RGB value is (237,11,62). Sum of RGB (Red+Green+Blue) = 237+11+62=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0B3E is #12F4C1. Grayscale: #545454. Windows color (decimal): -1242306 or 4066285. OLE color: 4066285.

HSL color Cylindrical-coordinate representation of color #ED0B3E: hue angle of 346.46º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 11 62 -
CMYK 0 0.95 0.74 0.07
HSL 346.46º 0.91% 0.49% -
HSV(B) 346.46º 0.95% 0.93% -
XYZ 35.91 18.59 6.25 -
YUV 84.39 115.37 236.85 -
System Red Green Blue C M Y K H S L
Decimal 237 11 62 0 0.95 0.74 0.07 346.46 0.91 0.49
Hex ED B 3E 0 5F 4A 7 15A 5B 31
Octal 355 13 76 0 137 112 7 532 133 61
Binary 11101101 1011 111110 0 1011111 1001010 111 101011010 1011011 110001

Color Harmonies of #ED0B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B3E

Black with #ED0B3E

Text Example


Text Example

White with #ED0B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B3E; }

 p { color: rgb(237,11,62); }

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

background-color css

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

 a { background-color: rgb(237,11,62); }

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

border-color css

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

 span { border-color: rgb(237,11,62); }

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