Html Css Color HEX #FF1C2A Torch Red

📋 copy color: '#FF1C2A'

red 255 ◦ green 28 ◦ blue 42

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

Shades of Torch Red #FF1C2A

Tints of Torch Red #FF1C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 78.46%
G = 8.62%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1C2A (or 0xFF1C2A) is known color: Torch Red. HEX triplet: FF, 1C and 2A. RGB value is (255,28,42). Sum of RGB (Red+Green+Blue) = 255+28+42=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C2A is #00E3D5. Grayscale: #616161. Windows color (decimal): -58326 or 2759935. OLE color: 2759935.

HSL color Cylindrical-coordinate representation of color #FF1C2A: hue angle of 356.3º 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 #FF1C2A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 28 42 -
CMYK 0 0.89 0.84 0
HSL 356.3º 1% 0.55% -
HSV(B) 356.3º 0.89% 1% -
XYZ 42.07 22.26 4.27 -
YUV 97.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 255 28 42 0 0.89 0.84 0 356.3 1 0.55
Hex FF 1C 2A 0 59 54 0 164 64 37
Octal 377 34 52 0 131 124 0 544 144 67
Binary 11111111 11100 101010 0 1011001 1010100 0 101100100 1100100 110111

Color Harmonies of #FF1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C2A

Black with #FF1C2A

Text Example


Text Example

White with #FF1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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