Html Css Color HEX #CD4D40 Dark Coral

📋 copy color: '#CD4D40'

red 205 ◦ green 77 ◦ blue 64

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

Shades of Dark Coral #CD4D40

Tints of Dark Coral #CD4D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 59.25%
G = 22.25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD4D40 (or 0xCD4D40) is known color: Dark Coral. HEX triplet: CD, 4D and 40. RGB value is (205,77,64). Sum of RGB (Red+Green+Blue) = 205+77+64=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4D40 is #32B2BF. Grayscale: #717171. Windows color (decimal): -3322560 or 4214221. OLE color: 4214221.

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

Color convert

RGB 205 77 64 -
CMYK 0 0.62 0.69 0.20
HSL 5.53º 0.59% 0.53% -
HSV(B) 5.53º 0.69% 0.8% -
XYZ 28.76 18.66 6.94 -
YUV 113.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 205 77 64 0 0.62 0.69 0.20 5.53 0.59 0.53
Hex CD 4D 40 0 3E 45 14 6 3B 35
Octal 315 115 100 0 76 105 24 6 73 65
Binary 11001101 1001101 1000000 0 111110 1000101 10100 110 111011 110101

Color Harmonies of #CD4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D40

Black with #CD4D40

Text Example


Text Example

White with #CD4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D40; }

 p { color: rgb(205,77,64); }

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

background-color css

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

 a { background-color: rgb(205,77,64); }

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

border-color css

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

 span { border-color: rgb(205,77,64); }

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