Html Css Color HEX #FD0018 Torch Red

📋 copy color: '#FD0018'

red 253 ◦ green 0 ◦ blue 24

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

Shades of Torch Red #FD0018

Tints of Torch Red #FD0018

RGB

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

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

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

R = 91.34%
G = 0%
B = 8.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0018 (or 0xFD0018) is known color: Torch Red. HEX triplet: FD, 00 and 18. RGB value is (253,0,24). Sum of RGB (Red+Green+Blue) = 253+0+24=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0018 is #02FFE7. Grayscale: #4E4E4E. Windows color (decimal): -196584 or 1573117. OLE color: 1573117.

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

Color convert

RGB 253 0 24 -
CMYK 0 1 0.91 0.01
HSL 354.31º 1% 0.5% -
HSV(B) 354.31º 1% 0.99% -
XYZ 40.67 20.95 2.76 -
YUV 78.38 97.32 252.55 -
System Red Green Blue C M Y K H S L
Decimal 253 0 24 0 1 0.91 0.01 354.31 1 0.5
Hex FD 0 18 0 64 5B 1 162 64 32
Octal 375 0 30 0 144 133 1 542 144 62
Binary 11111101 0 11000 0 1100100 1011011 1 101100010 1100100 110010

Color Harmonies of #FD0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0018

Black with #FD0018

Text Example


Text Example

White with #FD0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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