Html Css Color HEX #FC2D28 Red Orange

📋 copy color: '#FC2D28'

red 252 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #FC2D28

Tints of Red Orange #FC2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 74.78%
G = 13.35%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2D28 (or 0xFC2D28) is known color: Red Orange. HEX triplet: FC, 2D and 28. RGB value is (252,45,40). Sum of RGB (Red+Green+Blue) = 252+45+40=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D28 is #03D2D7. Grayscale: #6A6A6A. Windows color (decimal): -250584 or 2633212. OLE color: 2633212.

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

Color convert

RGB 252 45 40 -
CMYK 0 0.82 0.84 0.01
HSL 1.42º 0.97% 0.57% -
HSV(B) 1.42º 0.84% 0.99% -
XYZ 41.47 22.73 4.21 -
YUV 106.32 90.58 231.91 -
System Red Green Blue C M Y K H S L
Decimal 252 45 40 0 0.82 0.84 0.01 1.42 0.97 0.57
Hex FC 2D 28 0 52 54 1 1 61 39
Octal 374 55 50 0 122 124 1 1 141 71
Binary 11111100 101101 101000 0 1010010 1010100 1 1 1100001 111001

Color Harmonies of #FC2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D28

Black with #FC2D28

Text Example


Text Example

White with #FC2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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