Html Css Color HEX #FE413D Coral Red

📋 copy color: '#FE413D'

red 254 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #FE413D

Tints of Coral Red #FE413D

RGB

 RED value IS 254 (99.61% from 255) = 66.84%

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

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

R = 66.84%
G = 17.11%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE413D (or 0xFE413D) is known color: Coral Red. HEX triplet: FE, 41 and 3D. RGB value is (254,65,61). Sum of RGB (Red+Green+Blue) = 254+65+61=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE413D is #01BEC2. Grayscale: #797979. Windows color (decimal): -114371 or 4014590. OLE color: 4014590.

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

Color convert

RGB 254 65 61 -
CMYK 0 0.74 0.76 0.00
HSL 1.24º 0.99% 0.62% -
HSV(B) 1.24º 0.76% 1% -
XYZ 43.61 25.19 6.98 -
YUV 121.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 254 65 61 0 0.74 0.76 0.00 1.24 0.99 0.62
Hex FE 41 3D 0 4A 4C 0 1 63 3E
Octal 376 101 75 0 112 114 0 1 143 76
Binary 11111110 1000001 111101 0 1001010 1001100 0 1 1100011 111110

Color Harmonies of #FE413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE413D

Black with #FE413D

Text Example


Text Example

White with #FE413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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