Html Css Color HEX #FC423D Coral Red

📋 copy color: '#FC423D'

red 252 ◦ green 66 ◦ blue 61

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

Shades of Coral Red #FC423D

Tints of Coral Red #FC423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 66.49%
G = 17.41%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC423D (or 0xFC423D) is known color: Coral Red. HEX triplet: FC, 42 and 3D. RGB value is (252,66,61). Sum of RGB (Red+Green+Blue) = 252+66+61=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423D is #03BDC2. Grayscale: #797979. Windows color (decimal): -245187 or 4014844. OLE color: 4014844.

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

Color convert

RGB 252 66 61 -
CMYK 0 0.74 0.76 0.01
HSL 1.57º 0.97% 0.61% -
HSV(B) 1.57º 0.76% 0.99% -
XYZ 42.94 24.93 6.96 -
YUV 121.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 252 66 61 0 0.74 0.76 0.01 1.57 0.97 0.61
Hex FC 42 3D 0 4A 4C 1 2 61 3D
Octal 374 102 75 0 112 114 1 2 141 75
Binary 11111100 1000010 111101 0 1001010 1001100 1 10 1100001 111101

Color Harmonies of #FC423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC423D

Black with #FC423D

Text Example


Text Example

White with #FC423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC423D; }

 p { color: rgb(252,66,61); }

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

background-color css

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

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

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

border-color css

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

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

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