Html Css Color HEX #FF1C20 Torch Red

📋 copy color: '#FF1C20'

red 255 ◦ green 28 ◦ blue 32

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

Shades of Torch Red #FF1C20

Tints of Torch Red #FF1C20

RGB

 RED value IS 255 (100% from 255) = 80.95%

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 80.95%
G = 8.89%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1C20 (or 0xFF1C20) is known color: Torch Red. HEX triplet: FF, 1C and 20. RGB value is (255,28,32). Sum of RGB (Red+Green+Blue) = 255+28+32=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C20 is #00E3DF. Grayscale: #606060. Windows color (decimal): -58336 or 2104575. OLE color: 2104575.

HSL color Cylindrical-coordinate representation of color #FF1C20: hue angle of 358.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C20 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 28 32 -
CMYK 0 0.89 0.87 0
HSL 358.94º 1% 0.55% -
HSV(B) 358.94º 0.89% 1% -
XYZ 41.92 22.19 3.44 -
YUV 96.33 91.71 241.17 -
System Red Green Blue C M Y K H S L
Decimal 255 28 32 0 0.89 0.87 0 358.94 1 0.55
Hex FF 1C 20 0 59 57 0 167 64 37
Octal 377 34 40 0 131 127 0 547 144 67
Binary 11111111 11100 100000 0 1011001 1010111 0 101100111 1100100 110111

Color Harmonies of #FF1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C20

Black with #FF1C20

Text Example


Text Example

White with #FF1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C20; }

 p { color: rgb(255,28,32); }

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

background-color css

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

 a { background-color: rgb(255,28,32); }

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

border-color css

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

 span { border-color: rgb(255,28,32); }

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