Html Css Color HEX #FD213C Torch Red

📋 copy color: '#FD213C'

red 253 ◦ green 33 ◦ blue 60

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

Shades of Torch Red #FD213C

Tints of Torch Red #FD213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 73.12%
G = 9.54%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD213C (or 0xFD213C) is known color: Torch Red. HEX triplet: FD, 21 and 3C. RGB value is (253,33,60). Sum of RGB (Red+Green+Blue) = 253+33+60=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD213C is #02DEC3. Grayscale: #656565. Windows color (decimal): -188100 or 3940861. OLE color: 3940861.

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

Color convert

RGB 253 33 60 -
CMYK 0 0.87 0.76 0.01
HSL 352.64º 0.98% 0.56% -
HSV(B) 352.64º 0.87% 0.99% -
XYZ 41.87 22.3 6.37 -
YUV 101.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 253 33 60 0 0.87 0.76 0.01 352.64 0.98 0.56
Hex FD 21 3C 0 57 4C 1 161 62 38
Octal 375 41 74 0 127 114 1 541 142 70
Binary 11111101 100001 111100 0 1010111 1001100 1 101100001 1100010 111000

Color Harmonies of #FD213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD213C

Black with #FD213C

Text Example


Text Example

White with #FD213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD213C; }

 p { color: rgb(253,33,60); }

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

background-color css

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

 a { background-color: rgb(253,33,60); }

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

border-color css

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

 span { border-color: rgb(253,33,60); }

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