Html Css Color HEX #EF413F Coral Red

📋 copy color: '#EF413F'

red 239 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #EF413F

Tints of Coral Red #EF413F

RGB

 RED value IS 239 (93.75% from 255) = 65.12%

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

 BLUE value IS 63 (25% from 255) = 17.17%

R = 65.12%
G = 17.71%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF413F (or 0xEF413F) is known color: Coral Red. HEX triplet: EF, 41 and 3F. RGB value is (239,65,63). Sum of RGB (Red+Green+Blue) = 239+65+63=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF413F is #10BEC0. Grayscale: #747474. Windows color (decimal): -1097409 or 4145647. OLE color: 4145647.

HSL color Cylindrical-coordinate representation of color #EF413F: hue angle of 0.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF413F is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 63 -
CMYK 0 0.73 0.74 0.06
HSL 0.68º 0.85% 0.59% -
HSV(B) 0.68º 0.74% 0.94% -
XYZ 38.38 22.49 7.02 -
YUV 116.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 239 65 63 0 0.73 0.74 0.06 0.68 0.85 0.59
Hex EF 41 3F 0 49 4A 6 1 55 3B
Octal 357 101 77 0 111 112 6 1 125 73
Binary 11101111 1000001 111111 0 1001001 1001010 110 1 1010101 111011

Color Harmonies of #EF413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF413F

Black with #EF413F

Text Example


Text Example

White with #EF413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF413F; }

 p { color: rgb(239,65,63); }

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

background-color css

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

 a { background-color: rgb(239,65,63); }

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

border-color css

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

 span { border-color: rgb(239,65,63); }

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