Html Css Color HEX #FF403D Coral Red

📋 copy color: '#FF403D'

red 255 ◦ green 64 ◦ blue 61

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

Shades of Coral Red #FF403D

Tints of Coral Red #FF403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 67.11%
G = 16.84%
B = 16.05%

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

#FF403D (or 0xFF403D) is known color: Coral Red. HEX triplet: FF, 40 and 3D. RGB value is (255,64,61). Sum of RGB (Red+Green+Blue) = 255+64+61=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF403D is #00BFC2. Grayscale: #787878. Windows color (decimal): -49091 or 4014335. OLE color: 4014335.

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

Color convert

RGB 255 64 61 -
CMYK 0 0.75 0.76 0
HSL 0.93º 1% 0.62% -
HSV(B) 0.93º 0.76% 1% -
XYZ 43.92 25.26 6.98 -
YUV 120.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 255 64 61 0 0.75 0.76 0 0.93 1 0.62
Hex FF 40 3D 0 4B 4C 0 1 64 3E
Octal 377 100 75 0 113 114 0 1 144 76
Binary 11111111 1000000 111101 0 1001011 1001100 0 1 1100100 111110

Color Harmonies of #FF403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF403D

Black with #FF403D

Text Example


Text Example

White with #FF403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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