Html Css Color HEX #CC513D Dark Coral

📋 copy color: '#CC513D'

red 204 ◦ green 81 ◦ blue 61

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

Shades of Dark Coral #CC513D

Tints of Dark Coral #CC513D

RGB

 RED value IS 204 (80.08% from 255) = 58.96%

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

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

R = 58.96%
G = 23.41%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC513D (or 0xCC513D) is known color: Dark Coral. HEX triplet: CC, 51 and 3D. RGB value is (204,81,61). Sum of RGB (Red+Green+Blue) = 204+81+61=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC513D is #33AEC2. Grayscale: #737373. Windows color (decimal): -3387075 or 4018636. OLE color: 4018636.

HSL color Cylindrical-coordinate representation of color #CC513D: hue angle of 8.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC513D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 61 -
CMYK 0 0.60 0.70 0.2
HSL 8.39º 0.58% 0.52% -
HSV(B) 8.39º 0.7% 0.8% -
XYZ 28.69 19.06 6.58 -
YUV 115.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 204 81 61 0 0.60 0.70 0.2 8.39 0.58 0.52
Hex CC 51 3D 0 3C 46 14 8 3A 34
Octal 314 121 75 0 74 106 24 10 72 64
Binary 11001100 1010001 111101 0 111100 1000110 10100 1000 111010 110100

Color Harmonies of #CC513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC513D

Black with #CC513D

Text Example


Text Example

White with #CC513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC513D; }

 p { color: rgb(204,81,61); }

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

background-color css

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

 a { background-color: rgb(204,81,61); }

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

border-color css

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

 span { border-color: rgb(204,81,61); }

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