Html Css Color HEX #FF1820 Torch Red

📋 copy color: '#FF1820'

red 255 ◦ green 24 ◦ blue 32

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

Shades of Torch Red #FF1820

Tints of Torch Red #FF1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 81.99%
G = 7.72%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1820 (or 0xFF1820) is known color: Torch Red. HEX triplet: FF, 18 and 20. RGB value is (255,24,32). Sum of RGB (Red+Green+Blue) = 255+24+32=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1820 is #00E7DF. Grayscale: #5E5E5E. Windows color (decimal): -59360 or 2103551. OLE color: 2103551.

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

Color convert

RGB 255 24 32 -
CMYK 0 0.91 0.87 0
HSL 357.92º 1% 0.55% -
HSV(B) 357.92º 0.91% 1% -
XYZ 41.83 22.02 3.41 -
YUV 93.98 93.03 242.85 -
System Red Green Blue C M Y K H S L
Decimal 255 24 32 0 0.91 0.87 0 357.92 1 0.55
Hex FF 18 20 0 5B 57 0 166 64 37
Octal 377 30 40 0 133 127 0 546 144 67
Binary 11111111 11000 100000 0 1011011 1010111 0 101100110 1100100 110111

Color Harmonies of #FF1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1820

Black with #FF1820

Text Example


Text Example

White with #FF1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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