Html Css Color HEX #CD4E41 Dark Coral

📋 copy color: '#CD4E41'

red 205 ◦ green 78 ◦ blue 65

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

Shades of Dark Coral #CD4E41

Tints of Dark Coral #CD4E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 58.91%
G = 22.41%
B = 18.68%

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

#CD4E41 (or 0xCD4E41) is known color: Dark Coral. HEX triplet: CD, 4E and 41. RGB value is (205,78,65). Sum of RGB (Red+Green+Blue) = 205+78+65=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4E41 is #32B1BE. Grayscale: #727272. Windows color (decimal): -3322303 or 4280013. OLE color: 4280013.

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

Color convert

RGB 205 78 65 -
CMYK 0 0.62 0.68 0.20
HSL 5.57º 0.58% 0.53% -
HSV(B) 5.57º 0.68% 0.8% -
XYZ 28.86 18.81 7.11 -
YUV 114.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 205 78 65 0 0.62 0.68 0.20 5.57 0.58 0.53
Hex CD 4E 41 0 3E 44 14 6 3A 35
Octal 315 116 101 0 76 104 24 6 72 65
Binary 11001101 1001110 1000001 0 111110 1000100 10100 110 111010 110101

Color Harmonies of #CD4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4E41

Black with #CD4E41

Text Example


Text Example

White with #CD4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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