Html Css Color HEX #FC2D1F Red Orange

📋 copy color: '#FC2D1F'

red 252 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #FC2D1F

Tints of Red Orange #FC2D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 76.83%
G = 13.72%
B = 9.45%

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

#FC2D1F (or 0xFC2D1F) is known color: Red Orange. HEX triplet: FC, 2D and 1F. RGB value is (252,45,31). Sum of RGB (Red+Green+Blue) = 252+45+31=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D1F is #03D2E0. Grayscale: #696969. Windows color (decimal): -250593 or 2043388. OLE color: 2043388.

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

Color convert

RGB 252 45 31 -
CMYK 0 0.82 0.88 0.01
HSL 3.8º 0.97% 0.55% -
HSV(B) 3.8º 0.88% 0.99% -
XYZ 41.33 22.67 3.49 -
YUV 105.3 86.08 232.64 -
System Red Green Blue C M Y K H S L
Decimal 252 45 31 0 0.82 0.88 0.01 3.8 0.97 0.55
Hex FC 2D 1F 0 52 58 1 4 61 37
Octal 374 55 37 0 122 130 1 4 141 67
Binary 11111100 101101 11111 0 1010010 1011000 1 100 1100001 110111

Color Harmonies of #FC2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D1F

Black with #FC2D1F

Text Example


Text Example

White with #FC2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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