Html Css Color HEX #FD1033 Torch Red

📋 copy color: '#FD1033'

red 253 ◦ green 16 ◦ blue 51

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

Shades of Torch Red #FD1033

Tints of Torch Red #FD1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 79.06%
G = 5%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD1033 (or 0xFD1033) is known color: Torch Red. HEX triplet: FD, 10 and 33. RGB value is (253,16,51). Sum of RGB (Red+Green+Blue) = 253+16+51=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1033 is #02EFCC. Grayscale: #5A5A5A. Windows color (decimal): -192461 or 3346685. OLE color: 3346685.

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

Color convert

RGB 253 16 51 -
CMYK 0 0.94 0.80 0.01
HSL 351.14º 0.98% 0.53% -
HSV(B) 351.14º 0.94% 0.99% -
XYZ 41.29 21.49 5.1 -
YUV 90.85 105.52 243.65 -
System Red Green Blue C M Y K H S L
Decimal 253 16 51 0 0.94 0.80 0.01 351.14 0.98 0.53
Hex FD 10 33 0 5E 50 1 15F 62 35
Octal 375 20 63 0 136 120 1 537 142 65
Binary 11111101 10000 110011 0 1011110 1010000 1 101011111 1100010 110101

Color Harmonies of #FD1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1033

Black with #FD1033

Text Example


Text Example

White with #FD1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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