Html Css Color HEX #FC2E2D Red Orange

📋 copy color: '#FC2E2D'

red 252 ◦ green 46 ◦ blue 45

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

Shades of Red Orange #FC2E2D

Tints of Red Orange #FC2E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 73.47%
G = 13.41%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC2E2D (or 0xFC2E2D) is known color: Red Orange. HEX triplet: FC, 2E and 2D. RGB value is (252,46,45). Sum of RGB (Red+Green+Blue) = 252+46+45=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E2D is #03D1D2. Grayscale: #6B6B6B. Windows color (decimal): -250323 or 2961148. OLE color: 2961148.

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

Color convert

RGB 252 46 45 -
CMYK 0 0.82 0.82 0.01
HSL 0.29º 0.97% 0.58% -
HSV(B) 0.29º 0.82% 0.99% -
XYZ 41.6 22.84 4.7 -
YUV 107.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 252 46 45 0 0.82 0.82 0.01 0.29 0.97 0.58
Hex FC 2E 2D 0 52 52 1 0 61 3A
Octal 374 56 55 0 122 122 1 0 141 72
Binary 11111100 101110 101101 0 1010010 1010010 1 0 1100001 111010

Color Harmonies of #FC2E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E2D

Black with #FC2E2D

Text Example


Text Example

White with #FC2E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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