Html Css Color HEX #FD4140 Coral Red

📋 copy color: '#FD4140'

red 253 ◦ green 65 ◦ blue 64

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

Shades of Coral Red #FD4140

Tints of Coral Red #FD4140

RGB

 RED value IS 253 (99.22% from 255) = 66.23%

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

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 66.23%
G = 17.02%
B = 16.75%

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

#FD4140 (or 0xFD4140) is known color: Coral Red. HEX triplet: FD, 41 and 40. RGB value is (253,65,64). Sum of RGB (Red+Green+Blue) = 253+65+64=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4140 is #02BEBF. Grayscale: #797979. Windows color (decimal): -179904 or 4211197. OLE color: 4211197.

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

Color convert

RGB 253 65 64 -
CMYK 0 0.74 0.75 0.01
HSL 0.32º 0.98% 0.62% -
HSV(B) 0.32º 0.75% 0.99% -
XYZ 43.32 25.03 7.4 -
YUV 121.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 253 65 64 0 0.74 0.75 0.01 0.32 0.98 0.62
Hex FD 41 40 0 4A 4B 1 0 62 3E
Octal 375 101 100 0 112 113 1 0 142 76
Binary 11111101 1000001 1000000 0 1001010 1001011 1 0 1100010 111110

Color Harmonies of #FD4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4140

Black with #FD4140

Text Example


Text Example

White with #FD4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4140; }

 p { color: rgb(253,65,64); }

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

background-color css

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

 a { background-color: rgb(253,65,64); }

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

border-color css

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

 span { border-color: rgb(253,65,64); }

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