Html Css Color HEX #FF403B Coral Red

📋 copy color: '#FF403B'

red 255 ◦ green 64 ◦ blue 59

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

Shades of Coral Red #FF403B

Tints of Coral Red #FF403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 67.46%
G = 16.93%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF403B (or 0xFF403B) is known color: Coral Red. HEX triplet: FF, 40 and 3B. RGB value is (255,64,59). Sum of RGB (Red+Green+Blue) = 255+64+59=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF403B is #00BFC4. Grayscale: #787878. Windows color (decimal): -49093 or 3883263. OLE color: 3883263.

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

Color convert

RGB 255 64 59 -
CMYK 0 0.75 0.77 0
HSL 1.53º 1% 0.62% -
HSV(B) 1.53º 0.77% 1% -
XYZ 43.86 25.24 6.7 -
YUV 120.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 255 64 59 0 0.75 0.77 0 1.53 1 0.62
Hex FF 40 3B 0 4B 4D 0 2 64 3E
Octal 377 100 73 0 113 115 0 2 144 76
Binary 11111111 1000000 111011 0 1001011 1001101 0 10 1100100 111110

Color Harmonies of #FF403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF403B

Black with #FF403B

Text Example


Text Example

White with #FF403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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