Html Css Color HEX #FD030F Torch Red

📋 copy color: '#FD030F'

red 253 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #FD030F

Tints of Torch Red #FD030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 93.36%
G = 1.11%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD030F (or 0xFD030F) is known color: Torch Red. HEX triplet: FD, 03 and 0F. RGB value is (253,3,15). Sum of RGB (Red+Green+Blue) = 253+3+15=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD030F is #02FCF0. Grayscale: #4F4F4F. Windows color (decimal): -195825 or 984061. OLE color: 984061.

HSL color Cylindrical-coordinate representation of color #FD030F: hue angle of 357.12º 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 #FD030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 3 15 -
CMYK 0 0.99 0.94 0.01
HSL 357.12º 0.98% 0.5% -
HSV(B) 357.12º 0.99% 0.99% -
XYZ 40.63 20.98 2.36 -
YUV 79.12 91.83 252.02 -
System Red Green Blue C M Y K H S L
Decimal 253 3 15 0 0.99 0.94 0.01 357.12 0.98 0.5
Hex FD 3 F 0 63 5E 1 165 62 32
Octal 375 3 17 0 143 136 1 545 142 62
Binary 11111101 11 1111 0 1100011 1011110 1 101100101 1100010 110010

Color Harmonies of #FD030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD030F

Black with #FD030F

Text Example


Text Example

White with #FD030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD030F; }

 p { color: rgb(253,3,15); }

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

background-color css

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

 a { background-color: rgb(253,3,15); }

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

border-color css

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

 span { border-color: rgb(253,3,15); }

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