Html Css Color HEX #CD2B2C Mahogany

📋 copy color: '#CD2B2C'

red 205 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #CD2B2C

Tints of Mahogany #CD2B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 70.21%
G = 14.73%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD2B2C (or 0xCD2B2C) is known color: Mahogany. HEX triplet: CD, 2B and 2C. RGB value is (205,43,44). Sum of RGB (Red+Green+Blue) = 205+43+44=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B2C is #32D4D3. Grayscale: #5B5B5B. Windows color (decimal): -3331284 or 2894797. OLE color: 2894797.

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

Color convert

RGB 205 43 44 -
CMYK 0 0.79 0.79 0.20
HSL 359.63º 0.65% 0.49% -
HSV(B) 359.63º 0.79% 0.8% -
XYZ 26.5 14.89 3.86 -
YUV 91.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 205 43 44 0 0.79 0.79 0.20 359.63 0.65 0.49
Hex CD 2B 2C 0 4F 4F 14 168 41 31
Octal 315 53 54 0 117 117 24 550 101 61
Binary 11001101 101011 101100 0 1001111 1001111 10100 101101000 1000001 110001

Color Harmonies of #CD2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2B2C

Black with #CD2B2C

Text Example


Text Example

White with #CD2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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