Html Css Color HEX #FF1330 Torch Red

📋 copy color: '#FF1330'

red 255 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #FF1330

Tints of Torch Red #FF1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 79.19%
G = 5.9%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1330 (or 0xFF1330) is known color: Torch Red. HEX triplet: FF, 13 and 30. RGB value is (255,19,48). Sum of RGB (Red+Green+Blue) = 255+19+48=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1330 is #00ECCF. Grayscale: #5C5C5C. Windows color (decimal): -60624 or 3150847. OLE color: 3150847.

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

Color convert

RGB 255 19 48 -
CMYK 0 0.93 0.81 0
HSL 352.63º 1% 0.54% -
HSV(B) 352.63º 0.93% 1% -
XYZ 42.01 21.94 4.82 -
YUV 92.87 102.69 243.64 -
System Red Green Blue C M Y K H S L
Decimal 255 19 48 0 0.93 0.81 0 352.63 1 0.54
Hex FF 13 30 0 5D 51 0 161 64 36
Octal 377 23 60 0 135 121 0 541 144 66
Binary 11111111 10011 110000 0 1011101 1010001 0 101100001 1100100 110110

Color Harmonies of #FF1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1330

Black with #FF1330

Text Example


Text Example

White with #FF1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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