Html Css Color HEX #FD1338 Torch Red

📋 copy color: '#FD1338'

red 253 ◦ green 19 ◦ blue 56

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

Shades of Torch Red #FD1338

Tints of Torch Red #FD1338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 77.13%
G = 5.79%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD1338 (or 0xFD1338) is known color: Torch Red. HEX triplet: FD, 13 and 38. RGB value is (253,19,56). Sum of RGB (Red+Green+Blue) = 253+19+56=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1338 is #02ECC7. Grayscale: #5D5D5D. Windows color (decimal): -191688 or 3675133. OLE color: 3675133.

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

Color convert

RGB 253 19 56 -
CMYK 0 0.92 0.78 0.01
HSL 350.51º 0.98% 0.53% -
HSV(B) 350.51º 0.92% 0.99% -
XYZ 41.45 21.63 5.73 -
YUV 93.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 253 19 56 0 0.92 0.78 0.01 350.51 0.98 0.53
Hex FD 13 38 0 5C 4E 1 15F 62 35
Octal 375 23 70 0 134 116 1 537 142 65
Binary 11111101 10011 111000 0 1011100 1001110 1 101011111 1100010 110101

Color Harmonies of #FD1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1338

Black with #FD1338

Text Example


Text Example

White with #FD1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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