Html Css Color HEX #CD3947 Brick Red

📋 copy color: '#CD3947'

red 205 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #CD3947

Tints of Brick Red #CD3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

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

R = 61.56%
G = 17.12%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD3947 (or 0xCD3947) is known color: Brick Red. HEX triplet: CD, 39 and 47. RGB value is (205,57,71). Sum of RGB (Red+Green+Blue) = 205+57+71=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3947 is #32C6B8. Grayscale: #666666. Windows color (decimal): -3327673 or 4667853. OLE color: 4667853.

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

Color convert

RGB 205 57 71 -
CMYK 0 0.72 0.65 0.20
HSL 354.32º 0.6% 0.51% -
HSV(B) 354.32º 0.72% 0.8% -
XYZ 27.78 16.36 7.66 -
YUV 102.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 205 57 71 0 0.72 0.65 0.20 354.32 0.6 0.51
Hex CD 39 47 0 48 41 14 162 3C 33
Octal 315 71 107 0 110 101 24 542 74 63
Binary 11001101 111001 1000111 0 1001000 1000001 10100 101100010 111100 110011

Color Harmonies of #CD3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3947

Black with #CD3947

Text Example


Text Example

White with #CD3947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3947; }

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

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

background-color css

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

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

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

border-color css

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

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

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