Html Css Color HEX #FF0022 Torch Red

📋 copy color: '#FF0022'

red 255 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #FF0022

Tints of Torch Red #FF0022

RGB

 RED value IS 255 (100% from 255) = 88.24%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.24%
G = 0%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF0022 (or 0xFF0022) is known color: Torch Red. HEX triplet: FF, 00 and 22. RGB value is (255,0,34). Sum of RGB (Red+Green+Blue) = 255+0+34=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0022 is #00FFDD. Grayscale: #505050. Windows color (decimal): -65502 or 2228479. OLE color: 2228479.

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

Color convert

RGB 255 0 34 -
CMYK 0 1 0.87 0
HSL 352º 1% 0.5% -
HSV(B) 352º 1% 1% -
XYZ 41.53 21.38 3.45 -
YUV 80.12 101.98 252.74 -
System Red Green Blue C M Y K H S L
Decimal 255 0 34 0 1 0.87 0 352 1 0.5
Hex FF 0 22 0 64 57 0 160 64 32
Octal 377 0 42 0 144 127 0 540 144 62
Binary 11111111 0 100010 0 1100100 1010111 0 101100000 1100100 110010

Color Harmonies of #FF0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0022

Black with #FF0022

Text Example


Text Example

White with #FF0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0022; }

 p { color: rgb(255,0,34); }

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

background-color css

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

 a { background-color: rgb(255,0,34); }

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

border-color css

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

 span { border-color: rgb(255,0,34); }

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