Html Css Color HEX #FE413E Coral Red

📋 copy color: '#FE413E'

red 254 ◦ green 65 ◦ blue 62

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

Shades of Coral Red #FE413E

Tints of Coral Red #FE413E

RGB

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

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

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

R = 66.67%
G = 17.06%
B = 16.27%

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

#FE413E (or 0xFE413E) is known color: Coral Red. HEX triplet: FE, 41 and 3E. RGB value is (254,65,62). Sum of RGB (Red+Green+Blue) = 254+65+62=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE413E is #01BEC1. Grayscale: #797979. Windows color (decimal): -114370 or 4080126. OLE color: 4080126.

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

Color convert

RGB 254 65 62 -
CMYK 0 0.74 0.76 0.00
HSL 0.94º 0.99% 0.62% -
HSV(B) 0.94º 0.76% 1% -
XYZ 43.63 25.2 7.12 -
YUV 121.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 254 65 62 0 0.74 0.76 0.00 0.94 0.99 0.62
Hex FE 41 3E 0 4A 4C 0 1 63 3E
Octal 376 101 76 0 112 114 0 1 143 76
Binary 11111110 1000001 111110 0 1001010 1001100 0 1 1100011 111110

Color Harmonies of #FE413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE413E

Black with #FE413E

Text Example


Text Example

White with #FE413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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