Html Css Color HEX #FD0718 Torch Red

📋 copy color: '#FD0718'

red 253 ◦ green 7 ◦ blue 24

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

Shades of Torch Red #FD0718

Tints of Torch Red #FD0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 89.08%
G = 2.46%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0718 (or 0xFD0718) is known color: Torch Red. HEX triplet: FD, 07 and 18. RGB value is (253,7,24). Sum of RGB (Red+Green+Blue) = 253+7+24=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0718 is #02F8E7. Grayscale: #525252. Windows color (decimal): -194792 or 1574909. OLE color: 1574909.

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

Color convert

RGB 253 7 24 -
CMYK 0 0.97 0.91 0.01
HSL 355.85º 0.98% 0.51% -
HSV(B) 355.85º 0.97% 0.99% -
XYZ 40.75 21.1 2.79 -
YUV 82.49 95 249.62 -
System Red Green Blue C M Y K H S L
Decimal 253 7 24 0 0.97 0.91 0.01 355.85 0.98 0.51
Hex FD 7 18 0 61 5B 1 164 62 33
Octal 375 7 30 0 141 133 1 544 142 63
Binary 11111101 111 11000 0 1100001 1011011 1 101100100 1100010 110011

Color Harmonies of #FD0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0718

Black with #FD0718

Text Example


Text Example

White with #FD0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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