Html Css Color HEX #ED1433 Torch Red

📋 copy color: '#ED1433'

red 237 ◦ green 20 ◦ blue 51

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

Shades of Torch Red #ED1433

Tints of Torch Red #ED1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 76.95%
G = 6.49%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1433 (or 0xED1433) is known color: Torch Red. HEX triplet: ED, 14 and 33. RGB value is (237,20,51). Sum of RGB (Red+Green+Blue) = 237+20+51=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1433 is #12EBCC. Grayscale: #585858. Windows color (decimal): -1240013 or 3347693. OLE color: 3347693.

HSL color Cylindrical-coordinate representation of color #ED1433: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1433 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 51 -
CMYK 0 0.92 0.78 0.07
HSL 351.43º 0.86% 0.5% -
HSV(B) 351.43º 0.92% 0.93% -
XYZ 35.77 18.74 4.86 -
YUV 88.42 106.89 233.98 -
System Red Green Blue C M Y K H S L
Decimal 237 20 51 0 0.92 0.78 0.07 351.43 0.86 0.5
Hex ED 14 33 0 5C 4E 7 15F 56 32
Octal 355 24 63 0 134 116 7 537 126 62
Binary 11101101 10100 110011 0 1011100 1001110 111 101011111 1010110 110010

Color Harmonies of #ED1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1433

Black with #ED1433

Text Example


Text Example

White with #ED1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1433; }

 p { color: rgb(237,20,51); }

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

background-color css

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

 a { background-color: rgb(237,20,51); }

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

border-color css

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

 span { border-color: rgb(237,20,51); }

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