Html Css Color HEX #FD1024 Torch Red

📋 copy color: '#FD1024'

red 253 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #FD1024

Tints of Torch Red #FD1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 82.95%
G = 5.25%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1024 (or 0xFD1024) is known color: Torch Red. HEX triplet: FD, 10 and 24. RGB value is (253,16,36). Sum of RGB (Red+Green+Blue) = 253+16+36=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1024 is #02EFDB. Grayscale: #595959. Windows color (decimal): -192476 or 2363645. OLE color: 2363645.

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

Color convert

RGB 253 16 36 -
CMYK 0 0.94 0.86 0.01
HSL 354.94º 0.98% 0.53% -
HSV(B) 354.94º 0.94% 0.99% -
XYZ 41.01 21.38 3.63 -
YUV 89.14 98.02 244.87 -
System Red Green Blue C M Y K H S L
Decimal 253 16 36 0 0.94 0.86 0.01 354.94 0.98 0.53
Hex FD 10 24 0 5E 56 1 163 62 35
Octal 375 20 44 0 136 126 1 543 142 65
Binary 11111101 10000 100100 0 1011110 1010110 1 101100011 1100010 110101

Color Harmonies of #FD1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1024

Black with #FD1024

Text Example


Text Example

White with #FD1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1024; }

 p { color: rgb(253,16,36); }

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

background-color css

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

 a { background-color: rgb(253,16,36); }

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

border-color css

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

 span { border-color: rgb(253,16,36); }

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