Html Css Color HEX #FF413D Coral Red

📋 copy color: '#FF413D'

red 255 ◦ green 65 ◦ blue 61

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

Shades of Coral Red #FF413D

Tints of Coral Red #FF413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 66.93%
G = 17.06%
B = 16.01%

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

#FF413D (or 0xFF413D) is known color: Coral Red. HEX triplet: FF, 41 and 3D. RGB value is (255,65,61). Sum of RGB (Red+Green+Blue) = 255+65+61=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413D is #00BEC2. Grayscale: #797979. Windows color (decimal): -48835 or 4014591. OLE color: 4014591.

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

Color convert

RGB 255 65 61 -
CMYK 0 0.75 0.76 0
HSL 1.24º 1% 0.62% -
HSV(B) 1.24º 0.76% 1% -
XYZ 43.97 25.38 7 -
YUV 121.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 255 65 61 0 0.75 0.76 0 1.24 1 0.62
Hex FF 41 3D 0 4B 4C 0 1 64 3E
Octal 377 101 75 0 113 114 0 1 144 76
Binary 11111111 1000001 111101 0 1001011 1001100 0 1 1100100 111110

Color Harmonies of #FF413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF413D

Black with #FF413D

Text Example


Text Example

White with #FF413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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