Html Css Color HEX #FB2C1D Red Orange

📋 copy color: '#FB2C1D'

red 251 ◦ green 44 ◦ blue 29

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

Shades of Red Orange #FB2C1D

Tints of Red Orange #FB2C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.58%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 77.47%
G = 13.58%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB2C1D (or 0xFB2C1D) is known color: Red Orange. HEX triplet: FB, 2C and 1D. RGB value is (251,44,29). Sum of RGB (Red+Green+Blue) = 251+44+29=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C1D is #04D3E2. Grayscale: #686868. Windows color (decimal): -316387 or 1912059. OLE color: 1912059.

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

Color convert

RGB 251 44 29 -
CMYK 0 0.82 0.88 0.02
HSL 4.05º 0.97% 0.55% -
HSV(B) 4.05º 0.88% 0.98% -
XYZ 40.91 22.4 3.33 -
YUV 104.18 85.58 232.72 -
System Red Green Blue C M Y K H S L
Decimal 251 44 29 0 0.82 0.88 0.02 4.05 0.97 0.55
Hex FB 2C 1D 0 52 58 2 4 61 37
Octal 373 54 35 0 122 130 2 4 141 67
Binary 11111011 101100 11101 0 1010010 1011000 10 100 1100001 110111

Color Harmonies of #FB2C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C1D

Black with #FB2C1D

Text Example


Text Example

White with #FB2C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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