Html Css Color HEX #FB0C00 Red

📋 copy color: '#FB0C00'

red 251 ◦ green 12 ◦ blue 0

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

Shades of Red #FB0C00

Tints of Red #FB0C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.44%
G = 4.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB0C00 (or 0xFB0C00) is known color: Red. HEX triplet: FB, 0C and 00. RGB value is (251,12,0). Sum of RGB (Red+Green+Blue) = 251+12+0=263 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.44% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0C00 is #04F3FF. Grayscale: #525252. Windows color (decimal): -324608 or 3323. OLE color: 3323.

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

Color convert

RGB 251 12 0 -
CMYK 0 0.95 1 0.02
HSL 2.87º 1% 0.49% -
HSV(B) 2.87º 1% 0.98% -
XYZ 39.92 20.77 1.91 -
YUV 82.09 81.68 248.48 -
System Red Green Blue C M Y K H S L
Decimal 251 12 0 0 0.95 1 0.02 2.87 1 0.49
Hex FB C 0 0 5F 64 2 3 64 31
Octal 373 14 0 0 137 144 2 3 144 61
Binary 11111011 1100 0 0 1011111 1100100 10 11 1100100 110001

Color Harmonies of #FB0C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C00

Black with #FB0C00

Text Example


Text Example

White with #FB0C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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