Html Css Color HEX #FC2929 Red Orange

📋 copy color: '#FC2929'

red 252 ◦ green 41 ◦ blue 41

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

Shades of Red Orange #FC2929

Tints of Red Orange #FC2929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 75.45%
G = 12.28%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2929 (or 0xFC2929) is known color: Red Orange. HEX triplet: FC, 29 and 29. RGB value is (252,41,41). Sum of RGB (Red+Green+Blue) = 252+41+41=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2929 is #03D6D6. Grayscale: #686868. Windows color (decimal): -251607 or 2697724. OLE color: 2697724.

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

Color convert

RGB 252 41 41 -
CMYK 0 0.84 0.84 0.01
HSL 0.97% 0.57% -
HSV(B) 0.84% 0.99% -
XYZ 41.34 22.44 4.25 -
YUV 104.09 92.4 233.5 -
System Red Green Blue C M Y K H S L
Decimal 252 41 41 0 0.84 0.84 0.01 0 0.97 0.57
Hex FC 29 29 0 54 54 1 0 61 39
Octal 374 51 51 0 124 124 1 0 141 71
Binary 11111100 101001 101001 0 1010100 1010100 1 0 1100001 111001

Color Harmonies of #FC2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2929

Black with #FC2929

Text Example


Text Example

White with #FC2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2929; }

 p { color: rgb(252,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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