Html Css Color HEX #ED033B Torch Red

📋 copy color: '#ED033B'

red 237 ◦ green 3 ◦ blue 59

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

Shades of Torch Red #ED033B

Tints of Torch Red #ED033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 79.26%
G = 1%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED033B (or 0xED033B) is known color: Torch Red. HEX triplet: ED, 03 and 3B. RGB value is (237,3,59). Sum of RGB (Red+Green+Blue) = 237+3+59=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED033B is #12FCC4. Grayscale: #4F4F4F. Windows color (decimal): -1244357 or 3867629. OLE color: 3867629.

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

Color convert

RGB 237 3 59 -
CMYK 0 0.99 0.75 0.07
HSL 345.64º 0.98% 0.47% -
HSV(B) 345.64º 0.99% 0.93% -
XYZ 35.75 18.39 5.8 -
YUV 79.35 116.52 240.45 -
System Red Green Blue C M Y K H S L
Decimal 237 3 59 0 0.99 0.75 0.07 345.64 0.98 0.47
Hex ED 3 3B 0 63 4B 7 15A 62 2F
Octal 355 3 73 0 143 113 7 532 142 57
Binary 11101101 11 111011 0 1100011 1001011 111 101011010 1100010 101111

Color Harmonies of #ED033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED033B

Black with #ED033B

Text Example


Text Example

White with #ED033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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