Html Css Color HEX #CD3949 Brick Red

📋 copy color: '#CD3949'

red 205 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #CD3949

Tints of Brick Red #CD3949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 61.19%
G = 17.01%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD3949 (or 0xCD3949) is known color: Brick Red. HEX triplet: CD, 39 and 49. RGB value is (205,57,73). Sum of RGB (Red+Green+Blue) = 205+57+73=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3949 is #32C6B6. Grayscale: #676767. Windows color (decimal): -3327671 or 4798925. OLE color: 4798925.

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

Color convert

RGB 205 57 73 -
CMYK 0 0.72 0.64 0.20
HSL 353.51º 0.6% 0.51% -
HSV(B) 353.51º 0.72% 0.8% -
XYZ 27.84 16.39 8 -
YUV 103.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 205 57 73 0 0.72 0.64 0.20 353.51 0.6 0.51
Hex CD 39 49 0 48 40 14 162 3C 33
Octal 315 71 111 0 110 100 24 542 74 63
Binary 11001101 111001 1001001 0 1001000 1000000 10100 101100010 111100 110011

Color Harmonies of #CD3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3949

Black with #CD3949

Text Example


Text Example

White with #CD3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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