Html Css Color HEX #FD1330 Torch Red

📋 copy color: '#FD1330'

red 253 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #FD1330

Tints of Torch Red #FD1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 79.06%
G = 5.94%
B = 15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD1330 (or 0xFD1330) is known color: Torch Red. HEX triplet: FD, 13 and 30. RGB value is (253,19,48). Sum of RGB (Red+Green+Blue) = 253+19+48=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1330 is #02ECCF. Grayscale: #5C5C5C. Windows color (decimal): -191696 or 3150845. OLE color: 3150845.

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

Color convert

RGB 253 19 48 -
CMYK 0 0.92 0.81 0.01
HSL 352.56º 0.98% 0.53% -
HSV(B) 352.56º 0.92% 0.99% -
XYZ 41.27 21.56 4.78 -
YUV 92.27 103.02 242.64 -
System Red Green Blue C M Y K H S L
Decimal 253 19 48 0 0.92 0.81 0.01 352.56 0.98 0.53
Hex FD 13 30 0 5C 51 1 161 62 35
Octal 375 23 60 0 134 121 1 541 142 65
Binary 11111101 10011 110000 0 1011100 1010001 1 101100001 1100010 110101

Color Harmonies of #FD1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1330

Black with #FD1330

Text Example


Text Example

White with #FD1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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