Html Css Color HEX #CD2B49 Brick Red

📋 copy color: '#CD2B49'

red 205 ◦ green 43 ◦ blue 73

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

Shades of Brick Red #CD2B49

Tints of Brick Red #CD2B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

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

R = 63.86%
G = 13.4%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD2B49 (or 0xCD2B49) is known color: Brick Red. HEX triplet: CD, 2B and 49. RGB value is (205,43,73). Sum of RGB (Red+Green+Blue) = 205+43+73=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B49 is #32D4B6. Grayscale: #5E5E5E. Windows color (decimal): -3331255 or 4795341. OLE color: 4795341.

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

Color convert

RGB 205 43 73 -
CMYK 0 0.79 0.64 0.20
HSL 348.89º 0.65% 0.49% -
HSV(B) 348.89º 0.79% 0.8% -
XYZ 27.24 15.19 7.8 -
YUV 94.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 205 43 73 0 0.79 0.64 0.20 348.89 0.65 0.49
Hex CD 2B 49 0 4F 40 14 15D 41 31
Octal 315 53 111 0 117 100 24 535 101 61
Binary 11001101 101011 1001001 0 1001111 1000000 10100 101011101 1000001 110001

Color Harmonies of #CD2B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2B49

Black with #CD2B49

Text Example


Text Example

White with #CD2B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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