Html Css Color HEX #FD0212 Torch Red

📋 copy color: '#FD0212'

red 253 ◦ green 2 ◦ blue 18

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

Shades of Torch Red #FD0212

Tints of Torch Red #FD0212

RGB

 RED value IS 253 (99.22% from 255) = 92.67%

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

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

R = 92.67%
G = 0.73%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD0212 (or 0xFD0212) is known color: Torch Red. HEX triplet: FD, 02 and 12. RGB value is (253,2,18). Sum of RGB (Red+Green+Blue) = 253+2+18=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0212 is #02FDED. Grayscale: #4F4F4F. Windows color (decimal): -196078 or 1180413. OLE color: 1180413.

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

Color convert

RGB 253 2 18 -
CMYK 0 0.99 0.93 0.01
HSL 356.18º 0.98% 0.5% -
HSV(B) 356.18º 0.99% 0.99% -
XYZ 40.64 20.97 2.48 -
YUV 78.87 93.66 252.2 -
System Red Green Blue C M Y K H S L
Decimal 253 2 18 0 0.99 0.93 0.01 356.18 0.98 0.5
Hex FD 2 12 0 63 5D 1 164 62 32
Octal 375 2 22 0 143 135 1 544 142 62
Binary 11111101 10 10010 0 1100011 1011101 1 101100100 1100010 110010

Color Harmonies of #FD0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0212

Black with #FD0212

Text Example


Text Example

White with #FD0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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