#CB513F

Color #CB513F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB513F

Tints of Dark Coral #CB513F

Color information

#CB513F (or 0xCB513F) is unknown color: approx Dark Coral. HEX triplet: CB, 51 and 3F. RGB value is (203,81,63). Sum of RGB (Red+Green+Blue) = 203+81+63=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB513F is #34AEC0. Grayscale: #737373. Windows color (decimal): -3452609 or 4149707. OLE color: 4149707.

HSL color Cylindrical-coordinate representation of color #CB513F: hue angle of 7.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB513F is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2038163-
CMYK00.600.690.20
HSL7.71º57.38%52.16%-
HSV(B)7.71º68.97%79.61%-
XYZ28.4718.946.86-
YUV115.4398.42190.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 63 (25% from 255) = 18.16%
R=58.50%
G=23.34%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203816300.600.690.207.7157.3852.16
HexCB513F03C451483934
Octal3131217707410524107164
Binary11001011101000111111101111001000101101001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB513F; }

 p { color: rgb(203,81,63); }

 H1.HeaderClassName
 {
   color: #CB513F;
 }
 .AnyTagClassName
 {
   color: #CB513F;
 }
</style>
background-color css

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

 a { background-color: rgb(203,81,63); }

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

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

 span { border-color: rgb(203,81,63); }

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