Html Css Color HEX #ED032B Torch Red

📋 copy color: '#ED032B'

red 237 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #ED032B

Tints of Torch Red #ED032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 83.75%
G = 1.06%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED032B (or 0xED032B) is known color: Torch Red. HEX triplet: ED, 03 and 2B. RGB value is (237,3,43). Sum of RGB (Red+Green+Blue) = 237+3+43=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED032B is #12FCD4. Grayscale: #4D4D4D. Windows color (decimal): -1244373 or 2819053. OLE color: 2819053.

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

Color convert

RGB 237 3 43 -
CMYK 0 0.99 0.82 0.07
HSL 349.74º 0.98% 0.47% -
HSV(B) 349.74º 0.99% 0.93% -
XYZ 35.39 18.24 3.94 -
YUV 77.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 237 3 43 0 0.99 0.82 0.07 349.74 0.98 0.47
Hex ED 3 2B 0 63 52 7 15E 62 2F
Octal 355 3 53 0 143 122 7 536 142 57
Binary 11101101 11 101011 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #ED032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED032B

Black with #ED032B

Text Example


Text Example

White with #ED032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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