Html Css Color HEX #FD0A0D Torch Red

📋 copy color: '#FD0A0D'

red 253 ◦ green 10 ◦ blue 13

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

Shades of Torch Red #FD0A0D

Tints of Torch Red #FD0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 91.67%
G = 3.62%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD0A0D (or 0xFD0A0D) is known color: Torch Red. HEX triplet: FD, 0A and 0D. RGB value is (253,10,13). Sum of RGB (Red+Green+Blue) = 253+10+13=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0A0D is #02F5F2. Grayscale: #535353. Windows color (decimal): -194035 or 854781. OLE color: 854781.

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

Color convert

RGB 253 10 13 -
CMYK 0 0.96 0.95 0.01
HSL 359.26º 0.98% 0.52% -
HSV(B) 359.26º 0.96% 0.99% -
XYZ 40.69 21.13 2.31 -
YUV 83 88.51 249.26 -
System Red Green Blue C M Y K H S L
Decimal 253 10 13 0 0.96 0.95 0.01 359.26 0.98 0.52
Hex FD A D 0 60 5F 1 167 62 34
Octal 375 12 15 0 140 137 1 547 142 64
Binary 11111101 1010 1101 0 1100000 1011111 1 101100111 1100010 110100

Color Harmonies of #FD0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0A0D

Black with #FD0A0D

Text Example


Text Example

White with #FD0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0A0D; }

 p { color: rgb(253,10,13); }

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

background-color css

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

 a { background-color: rgb(253,10,13); }

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

border-color css

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

 span { border-color: rgb(253,10,13); }

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