Html Css Color HEX #FF413C Coral Red

📋 copy color: '#FF413C'

red 255 ◦ green 65 ◦ blue 60

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

Shades of Coral Red #FF413C

Tints of Coral Red #FF413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 67.11%
G = 17.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF413C (or 0xFF413C) is known color: Coral Red. HEX triplet: FF, 41 and 3C. RGB value is (255,65,60). Sum of RGB (Red+Green+Blue) = 255+65+60=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413C is #00BEC3. Grayscale: #797979. Windows color (decimal): -48836 or 3949055. OLE color: 3949055.

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

Color convert

RGB 255 65 60 -
CMYK 0 0.75 0.76 0
HSL 1.54º 1% 0.62% -
HSV(B) 1.54º 0.76% 1% -
XYZ 43.95 25.37 6.86 -
YUV 121.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 255 65 60 0 0.75 0.76 0 1.54 1 0.62
Hex FF 41 3C 0 4B 4C 0 2 64 3E
Octal 377 101 74 0 113 114 0 2 144 76
Binary 11111111 1000001 111100 0 1001011 1001100 0 10 1100100 111110

Color Harmonies of #FF413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF413C

Black with #FF413C

Text Example


Text Example

White with #FF413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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