Html Css Color HEX #FD050D Torch Red

📋 copy color: '#FD050D'

red 253 ◦ green 5 ◦ blue 13

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

Shades of Torch Red #FD050D

Tints of Torch Red #FD050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 93.36%
G = 1.85%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD050D (or 0xFD050D) is known color: Torch Red. HEX triplet: FD, 05 and 0D. RGB value is (253,5,13). Sum of RGB (Red+Green+Blue) = 253+5+13=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD050D is #02FAF2. Grayscale: #505050. Windows color (decimal): -195315 or 853501. OLE color: 853501.

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

Color convert

RGB 253 5 13 -
CMYK 0 0.98 0.95 0.01
HSL 358.06º 0.98% 0.51% -
HSV(B) 358.06º 0.98% 0.99% -
XYZ 40.63 21.02 2.3 -
YUV 80.06 90.16 251.35 -
System Red Green Blue C M Y K H S L
Decimal 253 5 13 0 0.98 0.95 0.01 358.06 0.98 0.51
Hex FD 5 D 0 62 5F 1 166 62 33
Octal 375 5 15 0 142 137 1 546 142 63
Binary 11111101 101 1101 0 1100010 1011111 1 101100110 1100010 110011

Color Harmonies of #FD050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD050D

Black with #FD050D

Text Example


Text Example

White with #FD050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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