Html Css Color HEX #FD0024 Torch Red

📋 copy color: '#FD0024'

red 253 ◦ green 0 ◦ blue 36

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

Shades of Torch Red #FD0024

Tints of Torch Red #FD0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.54%
G = 0%
B = 12.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD0024 (or 0xFD0024) is known color: Torch Red. HEX triplet: FD, 00 and 24. RGB value is (253,0,36). Sum of RGB (Red+Green+Blue) = 253+0+36=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0024 is #02FFDB. Grayscale: #4F4F4F. Windows color (decimal): -196572 or 2359549. OLE color: 2359549.

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

Color convert

RGB 253 0 36 -
CMYK 0 1 0.86 0.01
HSL 351.46º 1% 0.5% -
HSV(B) 351.46º 1% 0.99% -
XYZ 40.83 21.01 3.57 -
YUV 79.75 103.32 251.57 -
System Red Green Blue C M Y K H S L
Decimal 253 0 36 0 1 0.86 0.01 351.46 1 0.5
Hex FD 0 24 0 64 56 1 15F 64 32
Octal 375 0 44 0 144 126 1 537 144 62
Binary 11111101 0 100100 0 1100100 1010110 1 101011111 1100100 110010

Color Harmonies of #FD0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0024

Black with #FD0024

Text Example


Text Example

White with #FD0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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