Html Css Color HEX #FD212D Torch Red

📋 copy color: '#FD212D'

red 253 ◦ green 33 ◦ blue 45

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

Shades of Torch Red #FD212D

Tints of Torch Red #FD212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 76.44%
G = 9.97%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD212D (or 0xFD212D) is known color: Torch Red. HEX triplet: FD, 21 and 2D. RGB value is (253,33,45). Sum of RGB (Red+Green+Blue) = 253+33+45=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD212D is #02DED2. Grayscale: #646464. Windows color (decimal): -188115 or 2957821. OLE color: 2957821.

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

Color convert

RGB 253 33 45 -
CMYK 0 0.87 0.82 0.01
HSL 356.73º 0.98% 0.56% -
HSV(B) 356.73º 0.87% 0.99% -
XYZ 41.53 22.16 4.57 -
YUV 100.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 253 33 45 0 0.87 0.82 0.01 356.73 0.98 0.56
Hex FD 21 2D 0 57 52 1 165 62 38
Octal 375 41 55 0 127 122 1 545 142 70
Binary 11111101 100001 101101 0 1010111 1010010 1 101100101 1100010 111000

Color Harmonies of #FD212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD212D

Black with #FD212D

Text Example


Text Example

White with #FD212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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