Html Css Color HEX #EC0622 Torch Red

📋 copy color: '#EC0622'

red 236 ◦ green 6 ◦ blue 34

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

Shades of Torch Red #EC0622

Tints of Torch Red #EC0622

RGB

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

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

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

R = 85.51%
G = 2.17%
B = 12.32%

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

#EC0622 (or 0xEC0622) is known color: Torch Red. HEX triplet: EC, 06 and 22. RGB value is (236,6,34). Sum of RGB (Red+Green+Blue) = 236+6+34=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0622 is #13F9DD. Grayscale: #4E4E4E. Windows color (decimal): -1309150 or 2229996. OLE color: 2229996.

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

Color convert

RGB 236 6 34 -
CMYK 0 0.97 0.86 0.07
HSL 352.7º 0.95% 0.47% -
HSV(B) 352.7º 0.97% 0.93% -
XYZ 34.95 18.08 3.16 -
YUV 77.96 103.2 240.72 -
System Red Green Blue C M Y K H S L
Decimal 236 6 34 0 0.97 0.86 0.07 352.7 0.95 0.47
Hex EC 6 22 0 61 56 7 161 5F 2F
Octal 354 6 42 0 141 126 7 541 137 57
Binary 11101100 110 100010 0 1100001 1010110 111 101100001 1011111 101111

Color Harmonies of #EC0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0622

Black with #EC0622

Text Example


Text Example

White with #EC0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0622; }

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

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

background-color css

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

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

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

border-color css

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

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

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