Html Css Color HEX #FB2E2C Red Orange

📋 copy color: '#FB2E2C'

red 251 ◦ green 46 ◦ blue 44

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

Shades of Red Orange #FB2E2C

Tints of Red Orange #FB2E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 73.61%
G = 13.49%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB2E2C (or 0xFB2E2C) is known color: Red Orange. HEX triplet: FB, 2E and 2C. RGB value is (251,46,44). Sum of RGB (Red+Green+Blue) = 251+46+44=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E2C is #04D1D3. Grayscale: #6B6B6B. Windows color (decimal): -315860 or 2895611. OLE color: 2895611.

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

Color convert

RGB 251 46 44 -
CMYK 0 0.82 0.82 0.02
HSL 0.58º 0.96% 0.58% -
HSV(B) 0.58º 0.82% 0.98% -
XYZ 41.22 22.65 4.58 -
YUV 107.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 251 46 44 0 0.82 0.82 0.02 0.58 0.96 0.58
Hex FB 2E 2C 0 52 52 2 1 60 3A
Octal 373 56 54 0 122 122 2 1 140 72
Binary 11111011 101110 101100 0 1010010 1010010 10 1 1100000 111010

Color Harmonies of #FB2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E2C

Black with #FB2E2C

Text Example


Text Example

White with #FB2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E2C; }

 p { color: rgb(251,46,44); }

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

background-color css

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

 a { background-color: rgb(251,46,44); }

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

border-color css

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

 span { border-color: rgb(251,46,44); }

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