Html Css Color HEX #EC0922 Torch Red

📋 copy color: '#EC0922'

red 236 ◦ green 9 ◦ blue 34

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

Shades of Torch Red #EC0922

Tints of Torch Red #EC0922

RGB

 RED value IS 236 (92.58% from 255) = 84.59%

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 84.59%
G = 3.23%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0922 (or 0xEC0922) is known color: Torch Red. HEX triplet: EC, 09 and 22. RGB value is (236,9,34). Sum of RGB (Red+Green+Blue) = 236+9+34=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0922 is #13F6DD. Grayscale: #4F4F4F. Windows color (decimal): -1308382 or 2230764. OLE color: 2230764.

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

Color convert

RGB 236 9 34 -
CMYK 0 0.96 0.86 0.07
HSL 353.39º 0.93% 0.48% -
HSV(B) 353.39º 0.96% 0.93% -
XYZ 34.98 18.14 3.17 -
YUV 79.72 102.21 239.47 -
System Red Green Blue C M Y K H S L
Decimal 236 9 34 0 0.96 0.86 0.07 353.39 0.93 0.48
Hex EC 9 22 0 60 56 7 161 5D 30
Octal 354 11 42 0 140 126 7 541 135 60
Binary 11101100 1001 100010 0 1100000 1010110 111 101100001 1011101 110000

Color Harmonies of #EC0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0922

Black with #EC0922

Text Example


Text Example

White with #EC0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0922; }

 p { color: rgb(236,9,34); }

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

background-color css

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

 a { background-color: rgb(236,9,34); }

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

border-color css

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

 span { border-color: rgb(236,9,34); }

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