Html Css Color HEX #FC2B1D Red Orange

📋 copy color: '#FC2B1D'

red 252 ◦ green 43 ◦ blue 29

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

Shades of Red Orange #FC2B1D

Tints of Red Orange #FC2B1D

RGB

 RED value IS 252 (98.83% from 255) = 77.78%

 GREEN value IS 43 (17.19% from 255) = 13.27%

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

R = 77.78%
G = 13.27%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC2B1D (or 0xFC2B1D) is known color: Red Orange. HEX triplet: FC, 2B and 1D. RGB value is (252,43,29). Sum of RGB (Red+Green+Blue) = 252+43+29=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B1D is #03D4E2. Grayscale: #686868. Windows color (decimal): -251107 or 1911804. OLE color: 1911804.

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

Color convert

RGB 252 43 29 -
CMYK 0 0.83 0.88 0.01
HSL 3.77º 0.97% 0.55% -
HSV(B) 3.77º 0.88% 0.99% -
XYZ 41.23 22.51 3.33 -
YUV 103.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 252 43 29 0 0.83 0.88 0.01 3.77 0.97 0.55
Hex FC 2B 1D 0 53 58 1 4 61 37
Octal 374 53 35 0 123 130 1 4 141 67
Binary 11111100 101011 11101 0 1010011 1011000 1 100 1100001 110111

Color Harmonies of #FC2B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B1D

Black with #FC2B1D

Text Example


Text Example

White with #FC2B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B1D; }

 p { color: rgb(252,43,29); }

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

background-color css

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

 a { background-color: rgb(252,43,29); }

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

border-color css

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

 span { border-color: rgb(252,43,29); }

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