Html Css Color HEX #FE413B Coral Red

📋 copy color: '#FE413B'

red 254 ◦ green 65 ◦ blue 59

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

Shades of Coral Red #FE413B

Tints of Coral Red #FE413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 67.2%
G = 17.2%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE413B (or 0xFE413B) is known color: Coral Red. HEX triplet: FE, 41 and 3B. RGB value is (254,65,59). Sum of RGB (Red+Green+Blue) = 254+65+59=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE413B is #01BEC4. Grayscale: #797979. Windows color (decimal): -114373 or 3883518. OLE color: 3883518.

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

Color convert

RGB 254 65 59 -
CMYK 0 0.74 0.77 0.00
HSL 1.85º 0.99% 0.61% -
HSV(B) 1.85º 0.77% 1% -
XYZ 43.55 25.17 6.7 -
YUV 120.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 254 65 59 0 0.74 0.77 0.00 1.85 0.99 0.61
Hex FE 41 3B 0 4A 4D 0 2 63 3D
Octal 376 101 73 0 112 115 0 2 143 75
Binary 11111110 1000001 111011 0 1001010 1001101 0 10 1100011 111101

Color Harmonies of #FE413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE413B

Black with #FE413B

Text Example


Text Example

White with #FE413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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