Html Css Color HEX #FB2F2B Red Orange

📋 copy color: '#FB2F2B'

red 251 ◦ green 47 ◦ blue 43

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

Shades of Red Orange #FB2F2B

Tints of Red Orange #FB2F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 73.61%
G = 13.78%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB2F2B (or 0xFB2F2B) is known color: Red Orange. HEX triplet: FB, 2F and 2B. RGB value is (251,47,43). Sum of RGB (Red+Green+Blue) = 251+47+43=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F2B is #04D0D4. Grayscale: #6B6B6B. Windows color (decimal): -315605 or 2830331. OLE color: 2830331.

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

Color convert

RGB 251 47 43 -
CMYK 0 0.81 0.83 0.02
HSL 1.15º 0.96% 0.58% -
HSV(B) 1.15º 0.83% 0.98% -
XYZ 41.24 22.72 4.5 -
YUV 107.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 251 47 43 0 0.81 0.83 0.02 1.15 0.96 0.58
Hex FB 2F 2B 0 51 53 2 1 60 3A
Octal 373 57 53 0 121 123 2 1 140 72
Binary 11111011 101111 101011 0 1010001 1010011 10 1 1100000 111010

Color Harmonies of #FB2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F2B

Black with #FB2F2B

Text Example


Text Example

White with #FB2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F2B; }

 p { color: rgb(251,47,43); }

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

background-color css

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

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

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

border-color css

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

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

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