Html Css Color HEX #CB513F Dark Coral

📋 copy color: '#CB513F'

red 203 ◦ green 81 ◦ blue 63

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

Shades of Dark Coral #CB513F

Tints of Dark Coral #CB513F

RGB

 RED value IS 203 (79.69% from 255) = 58.5%

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 58.5%
G = 23.34%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB513F (or 0xCB513F) is known color: 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

RGB 203 81 63 -
CMYK 0 0.60 0.69 0.20
HSL 7.71º 0.57% 0.52% -
HSV(B) 7.71º 0.69% 0.8% -
XYZ 28.47 18.94 6.86 -
YUV 115.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 203 81 63 0 0.60 0.69 0.20 7.71 0.57 0.52
Hex CB 51 3F 0 3C 45 14 8 39 34
Octal 313 121 77 0 74 105 24 10 71 64
Binary 11001011 1010001 111111 0 111100 1000101 10100 1000 111001 110100

Color Harmonies of #CB513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB513F

Black with #CB513F

Text Example


Text Example

White with #CB513F

Text Example


Text Example

HTML Codes & Css Web 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>