Html Css Color HEX #FD222F Torch Red

📋 copy color: '#FD222F'

red 253 ◦ green 34 ◦ blue 47

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

Shades of Torch Red #FD222F

Tints of Torch Red #FD222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 75.75%
G = 10.18%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD222F (or 0xFD222F) is known color: Torch Red. HEX triplet: FD, 22 and 2F. RGB value is (253,34,47). Sum of RGB (Red+Green+Blue) = 253+34+47=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD222F is #02DDD0. Grayscale: #656565. Windows color (decimal): -187857 or 3089149. OLE color: 3089149.

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

Color convert

RGB 253 34 47 -
CMYK 0 0.87 0.81 0.01
HSL 356.44º 0.98% 0.56% -
HSV(B) 356.44º 0.87% 0.99% -
XYZ 41.59 22.23 4.79 -
YUV 100.96 97.55 236.44 -
System Red Green Blue C M Y K H S L
Decimal 253 34 47 0 0.87 0.81 0.01 356.44 0.98 0.56
Hex FD 22 2F 0 57 51 1 164 62 38
Octal 375 42 57 0 127 121 1 544 142 70
Binary 11111101 100010 101111 0 1010111 1010001 1 101100100 1100010 111000

Color Harmonies of #FD222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD222F

Black with #FD222F

Text Example


Text Example

White with #FD222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD222F; }

 p { color: rgb(253,34,47); }

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

background-color css

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

 a { background-color: rgb(253,34,47); }

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

border-color css

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

 span { border-color: rgb(253,34,47); }

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