Html Css Color HEX #FB2D25 Red Orange

📋 copy color: '#FB2D25'

red 251 ◦ green 45 ◦ blue 37

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

Shades of Red Orange #FB2D25

Tints of Red Orange #FB2D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 75.38%
G = 13.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB2D25 (or 0xFB2D25) is known color: Red Orange. HEX triplet: FB, 2D and 25. RGB value is (251,45,37). Sum of RGB (Red+Green+Blue) = 251+45+37=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D25 is #04D2DA. Grayscale: #696969. Windows color (decimal): -316123 or 2436603. OLE color: 2436603.

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

Color convert

RGB 251 45 37 -
CMYK 0 0.82 0.85 0.02
HSL 2.24º 0.96% 0.56% -
HSV(B) 2.24º 0.85% 0.98% -
XYZ 41.06 22.52 3.93 -
YUV 105.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 251 45 37 0 0.82 0.85 0.02 2.24 0.96 0.56
Hex FB 2D 25 0 52 55 2 2 60 38
Octal 373 55 45 0 122 125 2 2 140 70
Binary 11111011 101101 100101 0 1010010 1010101 10 10 1100000 111000

Color Harmonies of #FB2D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2D25

Black with #FB2D25

Text Example


Text Example

White with #FB2D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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