Html Css Color HEX #FF1C30 Torch Red

📋 copy color: '#FF1C30'

red 255 ◦ green 28 ◦ blue 48

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

Shades of Torch Red #FF1C30

Tints of Torch Red #FF1C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 77.04%
G = 8.46%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1C30 (or 0xFF1C30) is known color: Torch Red. HEX triplet: FF, 1C and 30. RGB value is (255,28,48). Sum of RGB (Red+Green+Blue) = 255+28+48=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C30 is #00E3CF. Grayscale: #626262. Windows color (decimal): -58320 or 3153151. OLE color: 3153151.

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

Color convert

RGB 255 28 48 -
CMYK 0 0.89 0.81 0
HSL 354.71º 1% 0.55% -
HSV(B) 354.71º 0.89% 1% -
XYZ 42.19 22.3 4.88 -
YUV 98.15 99.71 239.87 -
System Red Green Blue C M Y K H S L
Decimal 255 28 48 0 0.89 0.81 0 354.71 1 0.55
Hex FF 1C 30 0 59 51 0 163 64 37
Octal 377 34 60 0 131 121 0 543 144 67
Binary 11111111 11100 110000 0 1011001 1010001 0 101100011 1100100 110111

Color Harmonies of #FF1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C30

Black with #FF1C30

Text Example


Text Example

White with #FF1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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