Html Css Color HEX #FF1030 Torch Red

📋 copy color: '#FF1030'

red 255 ◦ green 16 ◦ blue 48

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

Shades of Torch Red #FF1030

Tints of Torch Red #FF1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 79.94%
G = 5.02%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1030 (or 0xFF1030) is known color: Torch Red. HEX triplet: FF, 10 and 30. RGB value is (255,16,48). Sum of RGB (Red+Green+Blue) = 255+16+48=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1030 is #00EFCF. Grayscale: #5B5B5B. Windows color (decimal): -61392 or 3150079. OLE color: 3150079.

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

Color convert

RGB 255 16 48 -
CMYK 0 0.94 0.81 0
HSL 351.97º 1% 0.53% -
HSV(B) 351.97º 0.94% 1% -
XYZ 41.96 21.84 4.8 -
YUV 91.11 103.68 244.9 -
System Red Green Blue C M Y K H S L
Decimal 255 16 48 0 0.94 0.81 0 351.97 1 0.53
Hex FF 10 30 0 5E 51 0 160 64 35
Octal 377 20 60 0 136 121 0 540 144 65
Binary 11111111 10000 110000 0 1011110 1010001 0 101100000 1100100 110101

Color Harmonies of #FF1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1030

Black with #FF1030

Text Example


Text Example

White with #FF1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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