Html Css Color HEX #FB0C0A Red

📋 copy color: '#FB0C0A'

red 251 ◦ green 12 ◦ blue 10

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

Shades of Red #FB0C0A

Tints of Red #FB0C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 91.94%
G = 4.4%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB0C0A (or 0xFB0C0A) is known color: Red. HEX triplet: FB, 0C and 0A. RGB value is (251,12,10). Sum of RGB (Red+Green+Blue) = 251+12+10=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0C0A is #04F3F5. Grayscale: #535353. Windows color (decimal): -324598 or 658683. OLE color: 658683.

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

Color convert

RGB 251 12 10 -
CMYK 0 0.95 0.96 0.02
HSL 0.5º 0.97% 0.51% -
HSV(B) 0.5º 0.96% 0.98% -
XYZ 39.97 20.79 2.19 -
YUV 83.23 86.68 247.66 -
System Red Green Blue C M Y K H S L
Decimal 251 12 10 0 0.95 0.96 0.02 0.5 0.97 0.51
Hex FB C A 0 5F 60 2 0 61 33
Octal 373 14 12 0 137 140 2 0 141 63
Binary 11111011 1100 1010 0 1011111 1100000 10 0 1100001 110011

Color Harmonies of #FB0C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C0A

Black with #FB0C0A

Text Example


Text Example

White with #FB0C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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