Html Css Color HEX #FD020D Torch Red

📋 copy color: '#FD020D'

red 253 ◦ green 2 ◦ blue 13

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

Shades of Torch Red #FD020D

Tints of Torch Red #FD020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 94.4%
G = 0.75%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD020D (or 0xFD020D) is known color: Torch Red. HEX triplet: FD, 02 and 0D. RGB value is (253,2,13). Sum of RGB (Red+Green+Blue) = 253+2+13=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD020D is #02FDF2. Grayscale: #4E4E4E. Windows color (decimal): -196083 or 852733. OLE color: 852733.

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

Color convert

RGB 253 2 13 -
CMYK 0 0.99 0.95 0.01
HSL 357.37º 0.98% 0.5% -
HSV(B) 357.37º 0.99% 0.99% -
XYZ 40.6 20.96 2.29 -
YUV 78.3 91.16 252.61 -
System Red Green Blue C M Y K H S L
Decimal 253 2 13 0 0.99 0.95 0.01 357.37 0.98 0.5
Hex FD 2 D 0 63 5F 1 165 62 32
Octal 375 2 15 0 143 137 1 545 142 62
Binary 11111101 10 1101 0 1100011 1011111 1 101100101 1100010 110010

Color Harmonies of #FD020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD020D

Black with #FD020D

Text Example


Text Example

White with #FD020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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