Html Css Color HEX #FC2D21 Red Orange

📋 copy color: '#FC2D21'

red 252 ◦ green 45 ◦ blue 33

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

Shades of Red Orange #FC2D21

Tints of Red Orange #FC2D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 76.36%
G = 13.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC2D21 (or 0xFC2D21) is known color: Red Orange. HEX triplet: FC, 2D and 21. RGB value is (252,45,33). Sum of RGB (Red+Green+Blue) = 252+45+33=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D21 is #03D2DE. Grayscale: #696969. Windows color (decimal): -250591 or 2174460. OLE color: 2174460.

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

Color convert

RGB 252 45 33 -
CMYK 0 0.82 0.87 0.01
HSL 3.29º 0.97% 0.56% -
HSV(B) 3.29º 0.87% 0.99% -
XYZ 41.36 22.68 3.64 -
YUV 105.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 252 45 33 0 0.82 0.87 0.01 3.29 0.97 0.56
Hex FC 2D 21 0 52 57 1 3 61 38
Octal 374 55 41 0 122 127 1 3 141 70
Binary 11111100 101101 100001 0 1010010 1010111 1 11 1100001 111000

Color Harmonies of #FC2D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D21

Black with #FC2D21

Text Example


Text Example

White with #FC2D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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