Html Css Color HEX #FC2F1D Red Orange

📋 copy color: '#FC2F1D'

red 252 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #FC2F1D

Tints of Red Orange #FC2F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

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

R = 76.83%
G = 14.33%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC2F1D (or 0xFC2F1D) is known color: Red Orange. HEX triplet: FC, 2F and 1D. RGB value is (252,47,29). Sum of RGB (Red+Green+Blue) = 252+47+29=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F1D is #03D0E2. Grayscale: #6A6A6A. Windows color (decimal): -250083 or 1912828. OLE color: 1912828.

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

Color convert

RGB 252 47 29 -
CMYK 0 0.81 0.88 0.01
HSL 4.84º 0.97% 0.55% -
HSV(B) 4.84º 0.88% 0.99% -
XYZ 41.38 22.82 3.39 -
YUV 106.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 252 47 29 0 0.81 0.88 0.01 4.84 0.97 0.55
Hex FC 2F 1D 0 51 58 1 5 61 37
Octal 374 57 35 0 121 130 1 5 141 67
Binary 11111100 101111 11101 0 1010001 1011000 1 101 1100001 110111

Color Harmonies of #FC2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F1D

Black with #FC2F1D

Text Example


Text Example

White with #FC2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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