Html Css Color HEX #FC2D1D Red Orange

📋 copy color: '#FC2D1D'

red 252 ◦ green 45 ◦ blue 29

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

Shades of Red Orange #FC2D1D

Tints of Red Orange #FC2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

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

R = 77.3%
G = 13.8%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC2D1D (or 0xFC2D1D) is known color: Red Orange. HEX triplet: FC, 2D and 1D. RGB value is (252,45,29). Sum of RGB (Red+Green+Blue) = 252+45+29=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D1D is #03D2E2. Grayscale: #696969. Windows color (decimal): -250595 or 1912316. OLE color: 1912316.

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

Color convert

RGB 252 45 29 -
CMYK 0 0.82 0.88 0.01
HSL 4.3º 0.97% 0.55% -
HSV(B) 4.3º 0.88% 0.99% -
XYZ 41.31 22.66 3.36 -
YUV 105.07 85.08 232.8 -
System Red Green Blue C M Y K H S L
Decimal 252 45 29 0 0.82 0.88 0.01 4.3 0.97 0.55
Hex FC 2D 1D 0 52 58 1 4 61 37
Octal 374 55 35 0 122 130 1 4 141 67
Binary 11111100 101101 11101 0 1010010 1011000 1 100 1100001 110111

Color Harmonies of #FC2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D1D

Black with #FC2D1D

Text Example


Text Example

White with #FC2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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