Html Css Color HEX #FB2621 Red Orange

📋 copy color: '#FB2621'

red 251 ◦ green 38 ◦ blue 33

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

Shades of Red Orange #FB2621

Tints of Red Orange #FB2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 77.95%
G = 11.8%
B = 10.25%

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

#FB2621 (or 0xFB2621) is known color: Red Orange. HEX triplet: FB, 26 and 21. RGB value is (251,38,33). Sum of RGB (Red+Green+Blue) = 251+38+33=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2621 is #04D9DE. Grayscale: #656565. Windows color (decimal): -317919 or 2172667. OLE color: 2172667.

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

Color convert

RGB 251 38 33 -
CMYK 0 0.85 0.87 0.02
HSL 1.38º 0.96% 0.56% -
HSV(B) 1.38º 0.87% 0.98% -
XYZ 40.75 22.01 3.54 -
YUV 101.12 89.57 234.91 -
System Red Green Blue C M Y K H S L
Decimal 251 38 33 0 0.85 0.87 0.02 1.38 0.96 0.56
Hex FB 26 21 0 55 57 2 1 60 38
Octal 373 46 41 0 125 127 2 1 140 70
Binary 11111011 100110 100001 0 1010101 1010111 10 1 1100000 111000

Color Harmonies of #FB2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2621

Black with #FB2621

Text Example


Text Example

White with #FB2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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