Html Css Color HEX #FF403F Coral Red

📋 copy color: '#FF403F'

red 255 ◦ green 64 ◦ blue 63

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

Shades of Coral Red #FF403F

Tints of Coral Red #FF403F

RGB

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

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

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

R = 66.75%
G = 16.75%
B = 16.49%

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

#FF403F (or 0xFF403F) is known color: Coral Red. HEX triplet: FF, 40 and 3F. RGB value is (255,64,63). Sum of RGB (Red+Green+Blue) = 255+64+63=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF403F is #00BFC0. Grayscale: #797979. Windows color (decimal): -49089 or 4145407. OLE color: 4145407.

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

Color convert

RGB 255 64 63 -
CMYK 0 0.75 0.75 0
HSL 0.31º 1% 0.62% -
HSV(B) 0.31º 0.75% 1% -
XYZ 43.97 25.29 7.27 -
YUV 121 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 255 64 63 0 0.75 0.75 0 0.31 1 0.62
Hex FF 40 3F 0 4B 4B 0 0 64 3E
Octal 377 100 77 0 113 113 0 0 144 76
Binary 11111111 1000000 111111 0 1001011 1001011 0 0 1100100 111110

Color Harmonies of #FF403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF403F

Black with #FF403F

Text Example


Text Example

White with #FF403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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