Html Css Color HEX #ED102B Torch Red

📋 copy color: '#ED102B'

red 237 ◦ green 16 ◦ blue 43

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

Shades of Torch Red #ED102B

Tints of Torch Red #ED102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 80.07%
G = 5.41%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED102B (or 0xED102B) is known color: Torch Red. HEX triplet: ED, 10 and 2B. RGB value is (237,16,43). Sum of RGB (Red+Green+Blue) = 237+16+43=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED102B is #12EFD4. Grayscale: #555555. Windows color (decimal): -1241045 or 2822381. OLE color: 2822381.

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

Color convert

RGB 237 16 43 -
CMYK 0 0.93 0.82 0.07
HSL 352.67º 0.87% 0.5% -
HSV(B) 352.67º 0.93% 0.93% -
XYZ 35.55 18.55 3.99 -
YUV 85.16 104.22 236.3 -
System Red Green Blue C M Y K H S L
Decimal 237 16 43 0 0.93 0.82 0.07 352.67 0.87 0.5
Hex ED 10 2B 0 5D 52 7 161 57 32
Octal 355 20 53 0 135 122 7 541 127 62
Binary 11101101 10000 101011 0 1011101 1010010 111 101100001 1010111 110010

Color Harmonies of #ED102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED102B

Black with #ED102B

Text Example


Text Example

White with #ED102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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