Html Css Color HEX #FC2D27 Red Orange

📋 copy color: '#FC2D27'

red 252 ◦ green 45 ◦ blue 39

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

Shades of Red Orange #FC2D27

Tints of Red Orange #FC2D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 75%
G = 13.39%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2D27 (or 0xFC2D27) is known color: Red Orange. HEX triplet: FC, 2D and 27. RGB value is (252,45,39). Sum of RGB (Red+Green+Blue) = 252+45+39=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D27 is #03D2D8. Grayscale: #6A6A6A. Windows color (decimal): -250585 or 2567676. OLE color: 2567676.

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

Color convert

RGB 252 45 39 -
CMYK 0 0.82 0.85 0.01
HSL 1.69º 0.97% 0.57% -
HSV(B) 1.69º 0.85% 0.99% -
XYZ 41.45 22.72 4.12 -
YUV 106.21 90.08 231.99 -
System Red Green Blue C M Y K H S L
Decimal 252 45 39 0 0.82 0.85 0.01 1.69 0.97 0.57
Hex FC 2D 27 0 52 55 1 2 61 39
Octal 374 55 47 0 122 125 1 2 141 71
Binary 11111100 101101 100111 0 1010010 1010101 1 10 1100001 111001

Color Harmonies of #FC2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D27

Black with #FC2D27

Text Example


Text Example

White with #FC2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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