Html Css Color HEX #ED012B Torch Red

📋 copy color: '#ED012B'

red 237 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #ED012B

Tints of Torch Red #ED012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 84.34%
G = 0.36%
B = 15.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED012B (or 0xED012B) is known color: Torch Red. HEX triplet: ED, 01 and 2B. RGB value is (237,1,43). Sum of RGB (Red+Green+Blue) = 237+1+43=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED012B is #12FED4. Grayscale: #4C4C4C. Windows color (decimal): -1244885 or 2818541. OLE color: 2818541.

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

Color convert

RGB 237 1 43 -
CMYK 0 1.00 0.82 0.07
HSL 349.32º 0.99% 0.47% -
HSV(B) 349.32º 1% 0.93% -
XYZ 35.37 18.2 3.93 -
YUV 76.35 109.19 242.58 -
System Red Green Blue C M Y K H S L
Decimal 237 1 43 0 1.00 0.82 0.07 349.32 0.99 0.47
Hex ED 1 2B 0 64 52 7 15D 63 2F
Octal 355 1 53 0 144 122 7 535 143 57
Binary 11101101 1 101011 0 1100100 1010010 111 101011101 1100011 101111

Color Harmonies of #ED012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED012B

Black with #ED012B

Text Example


Text Example

White with #ED012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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