Html Css Color HEX #FD1218 Torch Red

📋 copy color: '#FD1218'

red 253 ◦ green 18 ◦ blue 24

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

Shades of Torch Red #FD1218

Tints of Torch Red #FD1218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 85.76%
G = 6.1%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD1218 (or 0xFD1218) is known color: Torch Red. HEX triplet: FD, 12 and 18. RGB value is (253,18,24). Sum of RGB (Red+Green+Blue) = 253+18+24=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1218 is #02EDE7. Grayscale: #595959. Windows color (decimal): -191976 or 1577725. OLE color: 1577725.

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

Color convert

RGB 253 18 24 -
CMYK 0 0.93 0.91 0.01
HSL 358.47º 0.98% 0.53% -
HSV(B) 358.47º 0.93% 0.99% -
XYZ 40.89 21.38 2.84 -
YUV 88.95 91.36 245.01 -
System Red Green Blue C M Y K H S L
Decimal 253 18 24 0 0.93 0.91 0.01 358.47 0.98 0.53
Hex FD 12 18 0 5D 5B 1 166 62 35
Octal 375 22 30 0 135 133 1 546 142 65
Binary 11111101 10010 11000 0 1011101 1011011 1 101100110 1100010 110101

Color Harmonies of #FD1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1218

Black with #FD1218

Text Example


Text Example

White with #FD1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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