Html Css Color HEX #ED0D1B Torch Red

📋 copy color: '#ED0D1B'

red 237 ◦ green 13 ◦ blue 27

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

Shades of Torch Red #ED0D1B

Tints of Torch Red #ED0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 85.56%
G = 4.69%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED0D1B (or 0xED0D1B) is known color: Torch Red. HEX triplet: ED, 0D and 1B. RGB value is (237,13,27). Sum of RGB (Red+Green+Blue) = 237+13+27=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D1B is #12F2E4. Grayscale: #515151. Windows color (decimal): -1241829 or 1773037. OLE color: 1773037.

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

Color convert

RGB 237 13 27 -
CMYK 0 0.95 0.89 0.07
HSL 356.25º 0.9% 0.49% -
HSV(B) 356.25º 0.95% 0.93% -
XYZ 35.27 18.37 2.72 -
YUV 81.57 97.21 238.86 -
System Red Green Blue C M Y K H S L
Decimal 237 13 27 0 0.95 0.89 0.07 356.25 0.9 0.49
Hex ED D 1B 0 5F 59 7 164 5A 31
Octal 355 15 33 0 137 131 7 544 132 61
Binary 11101101 1101 11011 0 1011111 1011001 111 101100100 1011010 110001

Color Harmonies of #ED0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D1B

Black with #ED0D1B

Text Example


Text Example

White with #ED0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D1B; }

 p { color: rgb(237,13,27); }

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

background-color css

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

 a { background-color: rgb(237,13,27); }

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

border-color css

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

 span { border-color: rgb(237,13,27); }

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