Html Css Color HEX #EF0322 Torch Red

📋 copy color: '#EF0322'

red 239 ◦ green 3 ◦ blue 34

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

Shades of Torch Red #EF0322

Tints of Torch Red #EF0322

RGB

 RED value IS 239 (93.75% from 255) = 86.59%

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 86.59%
G = 1.09%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF0322 (or 0xEF0322) is known color: Torch Red. HEX triplet: EF, 03 and 22. RGB value is (239,3,34). Sum of RGB (Red+Green+Blue) = 239+3+34=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0322 is #10FCDD. Grayscale: #4D4D4D. Windows color (decimal): -1113310 or 2229231. OLE color: 2229231.

HSL color Cylindrical-coordinate representation of color #EF0322: hue angle of 352.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0322 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 34 -
CMYK 0 0.99 0.86 0.06
HSL 352.12º 0.98% 0.47% -
HSV(B) 352.12º 0.99% 0.94% -
XYZ 35.92 18.53 3.2 -
YUV 77.1 103.69 243.48 -
System Red Green Blue C M Y K H S L
Decimal 239 3 34 0 0.99 0.86 0.06 352.12 0.98 0.47
Hex EF 3 22 0 63 56 6 160 62 2F
Octal 357 3 42 0 143 126 6 540 142 57
Binary 11101111 11 100010 0 1100011 1010110 110 101100000 1100010 101111

Color Harmonies of #EF0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0322

Black with #EF0322

Text Example


Text Example

White with #EF0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0322; }

 p { color: rgb(239,3,34); }

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

background-color css

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

 a { background-color: rgb(239,3,34); }

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

border-color css

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

 span { border-color: rgb(239,3,34); }

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