Html Css Color HEX #FD1223 Torch Red

📋 copy color: '#FD1223'

red 253 ◦ green 18 ◦ blue 35

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

Shades of Torch Red #FD1223

Tints of Torch Red #FD1223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 82.68%
G = 5.88%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1223 (or 0xFD1223) is known color: Torch Red. HEX triplet: FD, 12 and 23. RGB value is (253,18,35). Sum of RGB (Red+Green+Blue) = 253+18+35=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1223 is #02EDDC. Grayscale: #5A5A5A. Windows color (decimal): -191965 or 2298621. OLE color: 2298621.

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

Color convert

RGB 253 18 35 -
CMYK 0 0.93 0.86 0.01
HSL 355.66º 0.98% 0.53% -
HSV(B) 355.66º 0.93% 0.99% -
XYZ 41.03 21.44 3.57 -
YUV 90.2 96.86 244.12 -
System Red Green Blue C M Y K H S L
Decimal 253 18 35 0 0.93 0.86 0.01 355.66 0.98 0.53
Hex FD 12 23 0 5D 56 1 164 62 35
Octal 375 22 43 0 135 126 1 544 142 65
Binary 11111101 10010 100011 0 1011101 1010110 1 101100100 1100010 110101

Color Harmonies of #FD1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1223

Black with #FD1223

Text Example


Text Example

White with #FD1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1223; }

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

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

background-color css

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

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

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

border-color css

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

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

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