Html Css Color HEX #FB130C Red

📋 copy color: '#FB130C'

red 251 ◦ green 19 ◦ blue 12

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

Shades of Red #FB130C

Tints of Red #FB130C

RGB

 RED value IS 251 (98.44% from 255) = 89.01%

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

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

R = 89.01%
G = 6.74%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB130C (or 0xFB130C) is known color: Red. HEX triplet: FB, 13 and 0C. RGB value is (251,19,12). Sum of RGB (Red+Green+Blue) = 251+19+12=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130C is #04ECF3. Grayscale: #575757. Windows color (decimal): -322804 or 791547. OLE color: 791547.

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

Color convert

RGB 251 19 12 -
CMYK 0 0.92 0.95 0.02
HSL 1.76º 0.97% 0.52% -
HSV(B) 1.76º 0.95% 0.98% -
XYZ 40.08 21 2.29 -
YUV 87.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 251 19 12 0 0.92 0.95 0.02 1.76 0.97 0.52
Hex FB 13 C 0 5C 5F 2 2 61 34
Octal 373 23 14 0 134 137 2 2 141 64
Binary 11111011 10011 1100 0 1011100 1011111 10 10 1100001 110100

Color Harmonies of #FB130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB130C

Black with #FB130C

Text Example


Text Example

White with #FB130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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