Html Css Color HEX #FF1312 Red

📋 copy color: '#FF1312'

red 255 ◦ green 19 ◦ blue 18

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

Shades of Red #FF1312

Tints of Red #FF1312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 87.33%
G = 6.51%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1312 (or 0xFF1312) is known color: Red. HEX triplet: FF, 13 and 12. RGB value is (255,19,18). Sum of RGB (Red+Green+Blue) = 255+19+18=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1312 is #00ECED. Grayscale: #595959. Windows color (decimal): -60654 or 1184767. OLE color: 1184767.

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

Color convert

RGB 255 19 18 -
CMYK 0 0.93 0.93 0
HSL 0.25º 1% 0.54% -
HSV(B) 0.25º 0.93% 1% -
XYZ 41.58 21.77 2.58 -
YUV 89.45 87.69 246.08 -
System Red Green Blue C M Y K H S L
Decimal 255 19 18 0 0.93 0.93 0 0.25 1 0.54
Hex FF 13 12 0 5D 5D 0 0 64 36
Octal 377 23 22 0 135 135 0 0 144 66
Binary 11111111 10011 10010 0 1011101 1011101 0 0 1100100 110110

Color Harmonies of #FF1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1312

Black with #FF1312

Text Example


Text Example

White with #FF1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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