Html Css Color HEX #FD1E2C Torch Red

📋 copy color: '#FD1E2C'

red 253 ◦ green 30 ◦ blue 44

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

Shades of Torch Red #FD1E2C

Tints of Torch Red #FD1E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 77.37%
G = 9.17%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD1E2C (or 0xFD1E2C) is known color: Torch Red. HEX triplet: FD, 1E and 2C. RGB value is (253,30,44). Sum of RGB (Red+Green+Blue) = 253+30+44=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E2C is #02E1D3. Grayscale: #626262. Windows color (decimal): -188884 or 2891517. OLE color: 2891517.

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

Color convert

RGB 253 30 44 -
CMYK 0 0.88 0.83 0.01
HSL 356.23º 0.98% 0.55% -
HSV(B) 356.23º 0.88% 0.99% -
XYZ 41.43 21.99 4.44 -
YUV 98.27 97.38 238.36 -
System Red Green Blue C M Y K H S L
Decimal 253 30 44 0 0.88 0.83 0.01 356.23 0.98 0.55
Hex FD 1E 2C 0 58 53 1 164 62 37
Octal 375 36 54 0 130 123 1 544 142 67
Binary 11111101 11110 101100 0 1011000 1010011 1 101100100 1100010 110111

Color Harmonies of #FD1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E2C

Black with #FD1E2C

Text Example


Text Example

White with #FD1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E2C; }

 p { color: rgb(253,30,44); }

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

background-color css

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

 a { background-color: rgb(253,30,44); }

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

border-color css

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

 span { border-color: rgb(253,30,44); }

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