Html Css Color HEX #ED0621 Torch Red

📋 copy color: '#ED0621'

red 237 ◦ green 6 ◦ blue 33

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

Shades of Torch Red #ED0621

Tints of Torch Red #ED0621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 85.87%
G = 2.17%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0621 (or 0xED0621) is known color: Torch Red. HEX triplet: ED, 06 and 21. RGB value is (237,6,33). Sum of RGB (Red+Green+Blue) = 237+6+33=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0621 is #12F9DE. Grayscale: #4E4E4E. Windows color (decimal): -1243615 or 2164461. OLE color: 2164461.

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

Color convert

RGB 237 6 33 -
CMYK 0 0.97 0.86 0.07
HSL 352.99º 0.95% 0.48% -
HSV(B) 352.99º 0.97% 0.93% -
XYZ 35.26 18.24 3.1 -
YUV 78.15 102.53 241.3 -
System Red Green Blue C M Y K H S L
Decimal 237 6 33 0 0.97 0.86 0.07 352.99 0.95 0.48
Hex ED 6 21 0 61 56 7 161 5F 30
Octal 355 6 41 0 141 126 7 541 137 60
Binary 11101101 110 100001 0 1100001 1010110 111 101100001 1011111 110000

Color Harmonies of #ED0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0621

Black with #ED0621

Text Example


Text Example

White with #ED0621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0621; }

 p { color: rgb(237,6,33); }

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

background-color css

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

 a { background-color: rgb(237,6,33); }

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

border-color css

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

 span { border-color: rgb(237,6,33); }

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