Html Css Color HEX #FD0213 Torch Red

📋 copy color: '#FD0213'

red 253 ◦ green 2 ◦ blue 19

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

Shades of Torch Red #FD0213

Tints of Torch Red #FD0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 92.34%
G = 0.73%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD0213 (or 0xFD0213) is known color: Torch Red. HEX triplet: FD, 02 and 13. RGB value is (253,2,19). Sum of RGB (Red+Green+Blue) = 253+2+19=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0213 is #02FDEC. Grayscale: #4F4F4F. Windows color (decimal): -196077 or 1245949. OLE color: 1245949.

HSL color Cylindrical-coordinate representation of color #FD0213: hue angle of 355.94º 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 #FD0213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 2 19 -
CMYK 0 0.99 0.92 0.01
HSL 355.94º 0.98% 0.5% -
HSV(B) 355.94º 0.99% 0.99% -
XYZ 40.65 20.97 2.52 -
YUV 78.99 94.16 252.12 -
System Red Green Blue C M Y K H S L
Decimal 253 2 19 0 0.99 0.92 0.01 355.94 0.98 0.5
Hex FD 2 13 0 63 5C 1 164 62 32
Octal 375 2 23 0 143 134 1 544 142 62
Binary 11111101 10 10011 0 1100011 1011100 1 101100100 1100010 110010

Color Harmonies of #FD0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0213

Black with #FD0213

Text Example


Text Example

White with #FD0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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