Html Css Color HEX #FB2222 Red Orange

📋 copy color: '#FB2222'

red 251 ◦ green 34 ◦ blue 34

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

Shades of Red Orange #FB2222

Tints of Red Orange #FB2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 78.68%
G = 10.66%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB2222 (or 0xFB2222) is known color: Red Orange. HEX triplet: FB, 22 and 22. RGB value is (251,34,34). Sum of RGB (Red+Green+Blue) = 251+34+34=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2222 is #04DDDD. Grayscale: #636363. Windows color (decimal): -318942 or 2237179. OLE color: 2237179.

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

Color convert

RGB 251 34 34 -
CMYK 0 0.86 0.86 0.02
HSL 0.96% 0.56% -
HSV(B) 0.86% 0.98% -
XYZ 40.64 21.77 3.57 -
YUV 98.88 91.39 236.5 -
System Red Green Blue C M Y K H S L
Decimal 251 34 34 0 0.86 0.86 0.02 0 0.96 0.56
Hex FB 22 22 0 56 56 2 0 60 38
Octal 373 42 42 0 126 126 2 0 140 70
Binary 11111011 100010 100010 0 1010110 1010110 10 0 1100000 111000

Color Harmonies of #FB2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2222

Black with #FB2222

Text Example


Text Example

White with #FB2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2222; }

 p { color: rgb(251,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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