Html Css Color HEX #FC2D23 Red Orange

📋 copy color: '#FC2D23'

red 252 ◦ green 45 ◦ blue 35

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

Shades of Red Orange #FC2D23

Tints of Red Orange #FC2D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 75.9%
G = 13.55%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2D23 (or 0xFC2D23) is known color: Red Orange. HEX triplet: FC, 2D and 23. RGB value is (252,45,35). Sum of RGB (Red+Green+Blue) = 252+45+35=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D23 is #03D2DC. Grayscale: #696969. Windows color (decimal): -250589 or 2305532. OLE color: 2305532.

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

Color convert

RGB 252 45 35 -
CMYK 0 0.82 0.86 0.01
HSL 2.76º 0.97% 0.56% -
HSV(B) 2.76º 0.86% 0.99% -
XYZ 41.39 22.69 3.79 -
YUV 105.75 88.08 232.31 -
System Red Green Blue C M Y K H S L
Decimal 252 45 35 0 0.82 0.86 0.01 2.76 0.97 0.56
Hex FC 2D 23 0 52 56 1 3 61 38
Octal 374 55 43 0 122 126 1 3 141 70
Binary 11111100 101101 100011 0 1010010 1010110 1 11 1100001 111000

Color Harmonies of #FC2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D23

Black with #FC2D23

Text Example


Text Example

White with #FC2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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