Html Css Color HEX #FB0E02 Red

📋 copy color: '#FB0E02'

red 251 ◦ green 14 ◦ blue 2

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

Shades of Red #FB0E02

Tints of Red #FB0E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

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

R = 94.01%
G = 5.24%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB0E02 (or 0xFB0E02) is known color: Red. HEX triplet: FB, 0E and 02. RGB value is (251,14,2). Sum of RGB (Red+Green+Blue) = 251+14+2=267 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.01% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0E02 is #04F1FD. Grayscale: #535353. Windows color (decimal): -324094 or 134907. OLE color: 134907.

HSL color Cylindrical-coordinate representation of color #FB0E02: hue angle of 2.89º 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 #FB0E02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 14 2 -
CMYK 0 0.94 0.99 0.02
HSL 2.89º 0.98% 0.5% -
HSV(B) 2.89º 0.99% 0.98% -
XYZ 39.95 20.83 1.97 -
YUV 83.5 82.02 247.48 -
System Red Green Blue C M Y K H S L
Decimal 251 14 2 0 0.94 0.99 0.02 2.89 0.98 0.5
Hex FB E 2 0 5E 63 2 3 62 32
Octal 373 16 2 0 136 143 2 3 142 62
Binary 11111011 1110 10 0 1011110 1100011 10 11 1100010 110010

Color Harmonies of #FB0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E02

Black with #FB0E02

Text Example


Text Example

White with #FB0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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