Html Css Color HEX #ED041B Torch Red

📋 copy color: '#ED041B'

red 237 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #ED041B

Tints of Torch Red #ED041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 88.43%
G = 1.49%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED041B (or 0xED041B) is known color: Torch Red. HEX triplet: ED, 04 and 1B. RGB value is (237,4,27). Sum of RGB (Red+Green+Blue) = 237+4+27=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED041B is #12FBE4. Grayscale: #4C4C4C. Windows color (decimal): -1244133 or 1770733. OLE color: 1770733.

HSL color Cylindrical-coordinate representation of color #ED041B: hue angle of 354.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED041B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 4 27 -
CMYK 0 0.98 0.89 0.07
HSL 354.08º 0.97% 0.47% -
HSV(B) 354.08º 0.98% 0.93% -
XYZ 35.17 18.17 2.69 -
YUV 76.29 100.19 242.63 -
System Red Green Blue C M Y K H S L
Decimal 237 4 27 0 0.98 0.89 0.07 354.08 0.97 0.47
Hex ED 4 1B 0 62 59 7 162 61 2F
Octal 355 4 33 0 142 131 7 542 141 57
Binary 11101101 100 11011 0 1100010 1011001 111 101100010 1100001 101111

Color Harmonies of #ED041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED041B

Black with #ED041B

Text Example


Text Example

White with #ED041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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