Html Css Color HEX #FD413D Coral Red

📋 copy color: '#FD413D'

red 253 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #FD413D

Tints of Coral Red #FD413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 66.75%
G = 17.15%
B = 16.09%

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

#FD413D (or 0xFD413D) is known color: Coral Red. HEX triplet: FD, 41 and 3D. RGB value is (253,65,61). Sum of RGB (Red+Green+Blue) = 253+65+61=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD413D is #02BEC2. Grayscale: #787878. Windows color (decimal): -179907 or 4014589. OLE color: 4014589.

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

Color convert

RGB 253 65 61 -
CMYK 0 0.74 0.76 0.01
HSL 1.25º 0.98% 0.62% -
HSV(B) 1.25º 0.76% 0.99% -
XYZ 43.24 25 6.96 -
YUV 120.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 253 65 61 0 0.74 0.76 0.01 1.25 0.98 0.62
Hex FD 41 3D 0 4A 4C 1 1 62 3E
Octal 375 101 75 0 112 114 1 1 142 76
Binary 11111101 1000001 111101 0 1001010 1001100 1 1 1100010 111110

Color Harmonies of #FD413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD413D

Black with #FD413D

Text Example


Text Example

White with #FD413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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