Html Css Color HEX #CD4D41 Dark Coral

📋 copy color: '#CD4D41'

red 205 ◦ green 77 ◦ blue 65

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

Shades of Dark Coral #CD4D41

Tints of Dark Coral #CD4D41

RGB

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

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

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

R = 59.08%
G = 22.19%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD4D41 (or 0xCD4D41) is known color: Dark Coral. HEX triplet: CD, 4D and 41. RGB value is (205,77,65). Sum of RGB (Red+Green+Blue) = 205+77+65=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4D41 is #32B2BE. Grayscale: #727272. Windows color (decimal): -3322559 or 4279757. OLE color: 4279757.

HSL color Cylindrical-coordinate representation of color #CD4D41: hue angle of 5.14º 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 #CD4D41 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 77 65 -
CMYK 0 0.62 0.68 0.20
HSL 5.14º 0.58% 0.53% -
HSV(B) 5.14º 0.68% 0.8% -
XYZ 28.78 18.67 7.09 -
YUV 113.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 205 77 65 0 0.62 0.68 0.20 5.14 0.58 0.53
Hex CD 4D 41 0 3E 44 14 5 3A 35
Octal 315 115 101 0 76 104 24 5 72 65
Binary 11001101 1001101 1000001 0 111110 1000100 10100 101 111010 110101

Color Harmonies of #CD4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D41

Black with #CD4D41

Text Example


Text Example

White with #CD4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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