Html Css Color HEX #FF413F Coral Red

📋 copy color: '#FF413F'

red 255 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #FF413F

Tints of Coral Red #FF413F

RGB

 RED value IS 255 (100% from 255) = 66.58%

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

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

R = 66.58%
G = 16.97%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF413F (or 0xFF413F) is known color: Coral Red. HEX triplet: FF, 41 and 3F. RGB value is (255,65,63). Sum of RGB (Red+Green+Blue) = 255+65+63=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413F is #00BEC0. Grayscale: #797979. Windows color (decimal): -48833 or 4145663. OLE color: 4145663.

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

Color convert

RGB 255 65 63 -
CMYK 0 0.75 0.75 0
HSL 0.63º 1% 0.62% -
HSV(B) 0.63º 0.75% 1% -
XYZ 44.03 25.4 7.28 -
YUV 121.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 255 65 63 0 0.75 0.75 0 0.63 1 0.62
Hex FF 41 3F 0 4B 4B 0 1 64 3E
Octal 377 101 77 0 113 113 0 1 144 76
Binary 11111111 1000001 111111 0 1001011 1001011 0 1 1100100 111110

Color Harmonies of #FF413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF413F

Black with #FF413F

Text Example


Text Example

White with #FF413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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