Html Css Color HEX #FB0702 Red

📋 copy color: '#FB0702'

red 251 ◦ green 7 ◦ blue 2

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

Shades of Red #FB0702

Tints of Red #FB0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 96.54%
G = 2.69%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB0702 (or 0xFB0702) is known color: Red. HEX triplet: FB, 07 and 02. RGB value is (251,7,2). Sum of RGB (Red+Green+Blue) = 251+7+2=260 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.54% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0702 is #04F8FD. Grayscale: #4F4F4F. Windows color (decimal): -325886 or 133115. OLE color: 133115.

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

Color convert

RGB 251 7 2 -
CMYK 0 0.97 0.99 0.02
HSL 1.2º 0.98% 0.5% -
HSV(B) 1.2º 0.99% 0.98% -
XYZ 39.87 20.67 1.94 -
YUV 79.39 84.34 250.41 -
System Red Green Blue C M Y K H S L
Decimal 251 7 2 0 0.97 0.99 0.02 1.2 0.98 0.5
Hex FB 7 2 0 61 63 2 1 62 32
Octal 373 7 2 0 141 143 2 1 142 62
Binary 11111011 111 10 0 1100001 1100011 10 1 1100010 110010

Color Harmonies of #FB0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0702

Black with #FB0702

Text Example


Text Example

White with #FB0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0702; }

 p { color: rgb(251,7,2); }

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

background-color css

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

 a { background-color: rgb(251,7,2); }

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

border-color css

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

 span { border-color: rgb(251,7,2); }

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