Html Css Color HEX #FD4240 Coral Red

📋 copy color: '#FD4240'

red 253 ◦ green 66 ◦ blue 64

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

Shades of Coral Red #FD4240

Tints of Coral Red #FD4240

RGB

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

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

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

R = 66.06%
G = 17.23%
B = 16.71%

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

#FD4240 (or 0xFD4240) is known color: Coral Red. HEX triplet: FD, 42 and 40. RGB value is (253,66,64). Sum of RGB (Red+Green+Blue) = 253+66+64=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4240 is #02BDBF. Grayscale: #797979. Windows color (decimal): -179648 or 4211453. OLE color: 4211453.

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

Color convert

RGB 253 66 64 -
CMYK 0 0.74 0.75 0.01
HSL 0.63º 0.98% 0.62% -
HSV(B) 0.63º 0.75% 0.99% -
XYZ 43.38 25.15 7.42 -
YUV 121.69 95.45 221.66 -
System Red Green Blue C M Y K H S L
Decimal 253 66 64 0 0.74 0.75 0.01 0.63 0.98 0.62
Hex FD 42 40 0 4A 4B 1 1 62 3E
Octal 375 102 100 0 112 113 1 1 142 76
Binary 11111101 1000010 1000000 0 1001010 1001011 1 1 1100010 111110

Color Harmonies of #FD4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4240

Black with #FD4240

Text Example


Text Example

White with #FD4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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