Html Css Color HEX #FF1310 Red

📋 copy color: '#FF1310'

red 255 ◦ green 19 ◦ blue 16

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

Shades of Red #FF1310

Tints of Red #FF1310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 87.93%
G = 6.55%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF1310 (or 0xFF1310) is known color: Red. HEX triplet: FF, 13 and 10. RGB value is (255,19,16). Sum of RGB (Red+Green+Blue) = 255+19+16=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1310 is #00ECEF. Grayscale: #595959. Windows color (decimal): -60656 or 1053695. OLE color: 1053695.

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

Color convert

RGB 255 19 16 -
CMYK 0 0.93 0.94 0
HSL 0.75º 1% 0.53% -
HSV(B) 0.75º 0.94% 1% -
XYZ 41.57 21.76 2.5 -
YUV 89.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 255 19 16 0 0.93 0.94 0 0.75 1 0.53
Hex FF 13 10 0 5D 5E 0 1 64 35
Octal 377 23 20 0 135 136 0 1 144 65
Binary 11111111 10011 10000 0 1011101 1011110 0 1 1100100 110101

Color Harmonies of #FF1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1310

Black with #FF1310

Text Example


Text Example

White with #FF1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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