Html Css Color HEX #ED0738 Torch Red

📋 copy color: '#ED0738'

red 237 ◦ green 7 ◦ blue 56

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

Shades of Torch Red #ED0738

Tints of Torch Red #ED0738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 79%
G = 2.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED0738 (or 0xED0738) is known color: Torch Red. HEX triplet: ED, 07 and 38. RGB value is (237,7,56). Sum of RGB (Red+Green+Blue) = 237+7+56=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0738 is #12F8C7. Grayscale: #515151. Windows color (decimal): -1243336 or 3672045. OLE color: 3672045.

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

Color convert

RGB 237 7 56 -
CMYK 0 0.97 0.76 0.07
HSL 347.22º 0.94% 0.48% -
HSV(B) 347.22º 0.97% 0.93% -
XYZ 35.71 18.44 5.42 -
YUV 81.36 113.7 239.02 -
System Red Green Blue C M Y K H S L
Decimal 237 7 56 0 0.97 0.76 0.07 347.22 0.94 0.48
Hex ED 7 38 0 61 4C 7 15B 5E 30
Octal 355 7 70 0 141 114 7 533 136 60
Binary 11101101 111 111000 0 1100001 1001100 111 101011011 1011110 110000

Color Harmonies of #ED0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0738

Black with #ED0738

Text Example


Text Example

White with #ED0738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0738; }

 p { color: rgb(237,7,56); }

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

background-color css

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

 a { background-color: rgb(237,7,56); }

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

border-color css

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

 span { border-color: rgb(237,7,56); }

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