Html Css Color HEX #FB2522 Red Orange

📋 copy color: '#FB2522'

red 251 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #FB2522

Tints of Red Orange #FB2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 77.95%
G = 11.49%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB2522 (or 0xFB2522) is known color: Red Orange. HEX triplet: FB, 25 and 22. RGB value is (251,37,34). Sum of RGB (Red+Green+Blue) = 251+37+34=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2522 is #04DADD. Grayscale: #646464. Windows color (decimal): -318174 or 2237947. OLE color: 2237947.

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

Color convert

RGB 251 37 34 -
CMYK 0 0.85 0.86 0.02
HSL 0.83º 0.96% 0.56% -
HSV(B) 0.83º 0.86% 0.98% -
XYZ 40.73 21.95 3.6 -
YUV 100.64 90.4 235.24 -
System Red Green Blue C M Y K H S L
Decimal 251 37 34 0 0.85 0.86 0.02 0.83 0.96 0.56
Hex FB 25 22 0 55 56 2 1 60 38
Octal 373 45 42 0 125 126 2 1 140 70
Binary 11111011 100101 100010 0 1010101 1010110 10 1 1100000 111000

Color Harmonies of #FB2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2522

Black with #FB2522

Text Example


Text Example

White with #FB2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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