Html Css Color HEX #FF130C Red

📋 copy color: '#FF130C'

red 255 ◦ green 19 ◦ blue 12

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

Shades of Red #FF130C

Tints of Red #FF130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 89.16%
G = 6.64%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF130C (or 0xFF130C) is known color: Red. HEX triplet: FF, 13 and 0C. RGB value is (255,19,12). Sum of RGB (Red+Green+Blue) = 255+19+12=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130C is #00ECF3. Grayscale: #595959. Windows color (decimal): -60660 or 791551. OLE color: 791551.

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

Color convert

RGB 255 19 12 -
CMYK 0 0.93 0.95 0
HSL 1.73º 1% 0.52% -
HSV(B) 1.73º 0.95% 1% -
XYZ 41.54 21.75 2.36 -
YUV 88.77 84.69 246.57 -
System Red Green Blue C M Y K H S L
Decimal 255 19 12 0 0.93 0.95 0 1.73 1 0.52
Hex FF 13 C 0 5D 5F 0 2 64 34
Octal 377 23 14 0 135 137 0 2 144 64
Binary 11111111 10011 1100 0 1011101 1011111 0 10 1100100 110100

Color Harmonies of #FF130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF130C

Black with #FF130C

Text Example


Text Example

White with #FF130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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