Html Css Color HEX #FF0212 Torch Red

📋 copy color: '#FF0212'

red 255 ◦ green 2 ◦ blue 18

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

Shades of Torch Red #FF0212

Tints of Torch Red #FF0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 92.73%
G = 0.73%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0212 (or 0xFF0212) is known color: Torch Red. HEX triplet: FF, 02 and 12. RGB value is (255,2,18). Sum of RGB (Red+Green+Blue) = 255+2+18=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0212 is #00FDED. Grayscale: #4F4F4F. Windows color (decimal): -65006 or 1180415. OLE color: 1180415.

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

Color convert

RGB 255 2 18 -
CMYK 0 0.99 0.93 0
HSL 356.21º 1% 0.5% -
HSV(B) 356.21º 0.99% 1% -
XYZ 41.37 21.35 2.51 -
YUV 79.47 93.32 253.2 -
System Red Green Blue C M Y K H S L
Decimal 255 2 18 0 0.99 0.93 0 356.21 1 0.5
Hex FF 2 12 0 63 5D 0 164 64 32
Octal 377 2 22 0 143 135 0 544 144 62
Binary 11111111 10 10010 0 1100011 1011101 0 101100100 1100100 110010

Color Harmonies of #FF0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0212

Black with #FF0212

Text Example


Text Example

White with #FF0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0212; }

 p { color: rgb(255,2,18); }

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

background-color css

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

 a { background-color: rgb(255,2,18); }

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

border-color css

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

 span { border-color: rgb(255,2,18); }

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