Html Css Color HEX #FB2521 Red Orange

📋 copy color: '#FB2521'

red 251 ◦ green 37 ◦ blue 33

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

Shades of Red Orange #FB2521

Tints of Red Orange #FB2521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 78.19%
G = 11.53%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB2521 (or 0xFB2521) is known color: Red Orange. HEX triplet: FB, 25 and 21. RGB value is (251,37,33). Sum of RGB (Red+Green+Blue) = 251+37+33=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2521 is #04DADE. Grayscale: #646464. Windows color (decimal): -318175 or 2172411. OLE color: 2172411.

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

Color convert

RGB 251 37 33 -
CMYK 0 0.85 0.87 0.02
HSL 1.1º 0.96% 0.56% -
HSV(B) 1.1º 0.87% 0.98% -
XYZ 40.72 21.94 3.53 -
YUV 100.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 251 37 33 0 0.85 0.87 0.02 1.1 0.96 0.56
Hex FB 25 21 0 55 57 2 1 60 38
Octal 373 45 41 0 125 127 2 1 140 70
Binary 11111011 100101 100001 0 1010101 1010111 10 1 1100000 111000

Color Harmonies of #FB2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2521

Black with #FB2521

Text Example


Text Example

White with #FB2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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