Html Css Color HEX #FC413E Coral Red

📋 copy color: '#FC413E'

red 252 ◦ green 65 ◦ blue 62

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

Shades of Coral Red #FC413E

Tints of Coral Red #FC413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 66.49%
G = 17.15%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC413E (or 0xFC413E) is known color: Coral Red. HEX triplet: FC, 41 and 3E. RGB value is (252,65,62). Sum of RGB (Red+Green+Blue) = 252+65+62=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413E is #03BEC1. Grayscale: #787878. Windows color (decimal): -245442 or 4080124. OLE color: 4080124.

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

Color convert

RGB 252 65 62 -
CMYK 0 0.74 0.75 0.01
HSL 0.95º 0.97% 0.62% -
HSV(B) 0.95º 0.75% 0.99% -
XYZ 42.9 24.82 7.09 -
YUV 120.57 94.95 221.74 -
System Red Green Blue C M Y K H S L
Decimal 252 65 62 0 0.74 0.75 0.01 0.95 0.97 0.62
Hex FC 41 3E 0 4A 4B 1 1 61 3E
Octal 374 101 76 0 112 113 1 1 141 76
Binary 11111100 1000001 111110 0 1001010 1001011 1 1 1100001 111110

Color Harmonies of #FC413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC413E

Black with #FC413E

Text Example


Text Example

White with #FC413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC413E; }

 p { color: rgb(252,65,62); }

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

background-color css

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

 a { background-color: rgb(252,65,62); }

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

border-color css

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

 span { border-color: rgb(252,65,62); }

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