Html Css Color HEX #CD5141 Dark Coral

📋 copy color: '#CD5141'

red 205 ◦ green 81 ◦ blue 65

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

Shades of Dark Coral #CD5141

Tints of Dark Coral #CD5141

RGB

 RED value IS 205 (80.47% from 255) = 58.4%

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 58.4%
G = 23.08%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5141 (or 0xCD5141) is known color: Dark Coral. HEX triplet: CD, 51 and 41. RGB value is (205,81,65). Sum of RGB (Red+Green+Blue) = 205+81+65=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5141 is #32AEBE. Grayscale: #747474. Windows color (decimal): -3321535 or 4280781. OLE color: 4280781.

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

Color convert

RGB 205 81 65 -
CMYK 0 0.60 0.68 0.20
HSL 6.86º 0.58% 0.53% -
HSV(B) 6.86º 0.68% 0.8% -
XYZ 29.07 19.25 7.18 -
YUV 116.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 205 81 65 0 0.60 0.68 0.20 6.86 0.58 0.53
Hex CD 51 41 0 3C 44 14 7 3A 35
Octal 315 121 101 0 74 104 24 7 72 65
Binary 11001101 1010001 1000001 0 111100 1000100 10100 111 111010 110101

Color Harmonies of #CD5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5141

Black with #CD5141

Text Example


Text Example

White with #CD5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5141; }

 p { color: rgb(205,81,65); }

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

background-color css

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

 a { background-color: rgb(205,81,65); }

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

border-color css

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

 span { border-color: rgb(205,81,65); }

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