Html Css Color HEX #FC423C Coral Red

📋 copy color: '#FC423C'

red 252 ◦ green 66 ◦ blue 60

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

Shades of Coral Red #FC423C

Tints of Coral Red #FC423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 66.67%
G = 17.46%
B = 15.87%

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

#FC423C (or 0xFC423C) is known color: Coral Red. HEX triplet: FC, 42 and 3C. RGB value is (252,66,60). Sum of RGB (Red+Green+Blue) = 252+66+60=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423C is #03BDC3. Grayscale: #797979. Windows color (decimal): -245188 or 3949308. OLE color: 3949308.

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

Color convert

RGB 252 66 60 -
CMYK 0 0.74 0.76 0.01
HSL 1.88º 0.97% 0.61% -
HSV(B) 1.88º 0.76% 0.99% -
XYZ 42.91 24.92 6.82 -
YUV 120.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 252 66 60 0 0.74 0.76 0.01 1.88 0.97 0.61
Hex FC 42 3C 0 4A 4C 1 2 61 3D
Octal 374 102 74 0 112 114 1 2 141 75
Binary 11111100 1000010 111100 0 1001010 1001100 1 10 1100001 111101

Color Harmonies of #FC423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC423C

Black with #FC423C

Text Example


Text Example

White with #FC423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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