Html Css Color HEX #FF130B Red

📋 copy color: '#FF130B'

red 255 ◦ green 19 ◦ blue 11

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

Shades of Red #FF130B

Tints of Red #FF130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 89.47%
G = 6.67%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF130B (or 0xFF130B) is known color: Red. HEX triplet: FF, 13 and 0B. RGB value is (255,19,11). Sum of RGB (Red+Green+Blue) = 255+19+11=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130B is #00ECF4. Grayscale: #585858. Windows color (decimal): -60661 or 726015. OLE color: 726015.

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

Color convert

RGB 255 19 11 -
CMYK 0 0.93 0.96 0
HSL 1.97º 1% 0.52% -
HSV(B) 1.97º 0.96% 1% -
XYZ 41.53 21.75 2.33 -
YUV 88.65 84.19 246.65 -
System Red Green Blue C M Y K H S L
Decimal 255 19 11 0 0.93 0.96 0 1.97 1 0.52
Hex FF 13 B 0 5D 60 0 2 64 34
Octal 377 23 13 0 135 140 0 2 144 64
Binary 11111111 10011 1011 0 1011101 1100000 0 10 1100100 110100

Color Harmonies of #FF130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF130B

Black with #FF130B

Text Example


Text Example

White with #FF130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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