Html Css Color HEX #FD0910 Torch Red

📋 copy color: '#FD0910'

red 253 ◦ green 9 ◦ blue 16

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

Shades of Torch Red #FD0910

Tints of Torch Red #FD0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 91.01%
G = 3.24%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD0910 (or 0xFD0910) is known color: Torch Red. HEX triplet: FD, 09 and 10. RGB value is (253,9,16). Sum of RGB (Red+Green+Blue) = 253+9+16=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0910 is #02F6EF. Grayscale: #525252. Windows color (decimal): -194288 or 1051133. OLE color: 1051133.

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

Color convert

RGB 253 9 16 -
CMYK 0 0.96 0.94 0.01
HSL 358.28º 0.98% 0.51% -
HSV(B) 358.28º 0.96% 0.99% -
XYZ 40.7 21.12 2.42 -
YUV 82.75 90.34 249.43 -
System Red Green Blue C M Y K H S L
Decimal 253 9 16 0 0.96 0.94 0.01 358.28 0.98 0.51
Hex FD 9 10 0 60 5E 1 166 62 33
Octal 375 11 20 0 140 136 1 546 142 63
Binary 11111101 1001 10000 0 1100000 1011110 1 101100110 1100010 110011

Color Harmonies of #FD0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0910

Black with #FD0910

Text Example


Text Example

White with #FD0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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