Html Css Color HEX #CD3C47 Brick Red

📋 copy color: '#CD3C47'

red 205 ◦ green 60 ◦ blue 71

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

Shades of Brick Red #CD3C47

Tints of Brick Red #CD3C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 61.01%
G = 17.86%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD3C47 (or 0xCD3C47) is known color: Brick Red. HEX triplet: CD, 3C and 47. RGB value is (205,60,71). Sum of RGB (Red+Green+Blue) = 205+60+71=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C47 is #32C3B8. Grayscale: #686868. Windows color (decimal): -3326905 or 4668621. OLE color: 4668621.

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

Color convert

RGB 205 60 71 -
CMYK 0 0.71 0.65 0.20
HSL 355.45º 0.59% 0.52% -
HSV(B) 355.45º 0.71% 0.8% -
XYZ 27.93 16.67 7.71 -
YUV 104.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 205 60 71 0 0.71 0.65 0.20 355.45 0.59 0.52
Hex CD 3C 47 0 47 41 14 163 3B 34
Octal 315 74 107 0 107 101 24 543 73 64
Binary 11001101 111100 1000111 0 1000111 1000001 10100 101100011 111011 110100

Color Harmonies of #CD3C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C47

Black with #CD3C47

Text Example


Text Example

White with #CD3C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C47; }

 p { color: rgb(205,60,71); }

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

background-color css

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

 a { background-color: rgb(205,60,71); }

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

border-color css

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

 span { border-color: rgb(205,60,71); }

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