Html Css Color HEX #FD1030 Torch Red

📋 copy color: '#FD1030'

red 253 ◦ green 16 ◦ blue 48

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

Shades of Torch Red #FD1030

Tints of Torch Red #FD1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 79.81%
G = 5.05%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD1030 (or 0xFD1030) is known color: Torch Red. HEX triplet: FD, 10 and 30. RGB value is (253,16,48). Sum of RGB (Red+Green+Blue) = 253+16+48=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1030 is #02EFCF. Grayscale: #5A5A5A. Windows color (decimal): -192464 or 3150077. OLE color: 3150077.

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

Color convert

RGB 253 16 48 -
CMYK 0 0.94 0.81 0.01
HSL 351.9º 0.98% 0.53% -
HSV(B) 351.9º 0.94% 0.99% -
XYZ 41.23 21.47 4.77 -
YUV 90.51 104.02 243.9 -
System Red Green Blue C M Y K H S L
Decimal 253 16 48 0 0.94 0.81 0.01 351.9 0.98 0.53
Hex FD 10 30 0 5E 51 1 160 62 35
Octal 375 20 60 0 136 121 1 540 142 65
Binary 11111101 10000 110000 0 1011110 1010001 1 101100000 1100010 110101

Color Harmonies of #FD1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1030

Black with #FD1030

Text Example


Text Example

White with #FD1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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