Html Css Color HEX #CD3033 Mahogany

📋 copy color: '#CD3033'

red 205 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #CD3033

Tints of Mahogany #CD3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 67.43%
G = 15.79%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3033 (or 0xCD3033) is known color: Mahogany. HEX triplet: CD, 30 and 33. RGB value is (205,48,51). Sum of RGB (Red+Green+Blue) = 205+48+51=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3033 is #32CFCC. Grayscale: #5F5F5F. Windows color (decimal): -3329997 or 3354829. OLE color: 3354829.

HSL color Cylindrical-coordinate representation of color #CD3033: hue angle of 358.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3033 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 48 51 -
CMYK 0 0.77 0.75 0.20
HSL 358.85º 0.62% 0.5% -
HSV(B) 358.85º 0.77% 0.8% -
XYZ 26.83 15.33 4.68 -
YUV 95.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 205 48 51 0 0.77 0.75 0.20 358.85 0.62 0.5
Hex CD 30 33 0 4D 4B 14 167 3E 32
Octal 315 60 63 0 115 113 24 547 76 62
Binary 11001101 110000 110011 0 1001101 1001011 10100 101100111 111110 110010

Color Harmonies of #CD3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3033

Black with #CD3033

Text Example


Text Example

White with #CD3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3033; }

 p { color: rgb(205,48,51); }

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

background-color css

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

 a { background-color: rgb(205,48,51); }

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

border-color css

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

 span { border-color: rgb(205,48,51); }

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