Html Css Color HEX #FD413E Coral Red

📋 copy color: '#FD413E'

red 253 ◦ green 65 ◦ blue 62

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

Shades of Coral Red #FD413E

Tints of Coral Red #FD413E

RGB

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

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

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

R = 66.58%
G = 17.11%
B = 16.32%

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

#FD413E (or 0xFD413E) is known color: Coral Red. HEX triplet: FD, 41 and 3E. RGB value is (253,65,62). Sum of RGB (Red+Green+Blue) = 253+65+62=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD413E is #02BEC1. Grayscale: #797979. Windows color (decimal): -179906 or 4080125. OLE color: 4080125.

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

Color convert

RGB 253 65 62 -
CMYK 0 0.74 0.75 0.01
HSL 0.94º 0.98% 0.62% -
HSV(B) 0.94º 0.75% 0.99% -
XYZ 43.27 25.01 7.1 -
YUV 120.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 253 65 62 0 0.74 0.75 0.01 0.94 0.98 0.62
Hex FD 41 3E 0 4A 4B 1 1 62 3E
Octal 375 101 76 0 112 113 1 1 142 76
Binary 11111101 1000001 111110 0 1001010 1001011 1 1 1100010 111110

Color Harmonies of #FD413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD413E

Black with #FD413E

Text Example


Text Example

White with #FD413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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