Html Css Color HEX #FB2E2D Red Orange

📋 copy color: '#FB2E2D'

red 251 ◦ green 46 ◦ blue 45

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

Shades of Red Orange #FB2E2D

Tints of Red Orange #FB2E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 73.39%
G = 13.45%
B = 13.16%

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

#FB2E2D (or 0xFB2E2D) is known color: Red Orange. HEX triplet: FB, 2E and 2D. RGB value is (251,46,45). Sum of RGB (Red+Green+Blue) = 251+46+45=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E2D is #04D1D2. Grayscale: #6B6B6B. Windows color (decimal): -315859 or 2961147. OLE color: 2961147.

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

Color convert

RGB 251 46 45 -
CMYK 0 0.82 0.82 0.02
HSL 0.29º 0.96% 0.58% -
HSV(B) 0.29º 0.82% 0.98% -
XYZ 41.23 22.65 4.68 -
YUV 107.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 251 46 45 0 0.82 0.82 0.02 0.29 0.96 0.58
Hex FB 2E 2D 0 52 52 2 0 60 3A
Octal 373 56 55 0 122 122 2 0 140 72
Binary 11111011 101110 101101 0 1010010 1010010 10 0 1100000 111010

Color Harmonies of #FB2E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E2D

Black with #FB2E2D

Text Example


Text Example

White with #FB2E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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