Html Css Color HEX #CD3038 Mahogany

📋 copy color: '#CD3038'

red 205 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #CD3038

Tints of Mahogany #CD3038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 66.34%
G = 15.53%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD3038 (or 0xCD3038) is known color: Mahogany. HEX triplet: CD, 30 and 38. RGB value is (205,48,56). Sum of RGB (Red+Green+Blue) = 205+48+56=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3038 is #32CFC7. Grayscale: #5F5F5F. Windows color (decimal): -3329992 or 3682509. OLE color: 3682509.

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

Color convert

RGB 205 48 56 -
CMYK 0 0.77 0.73 0.20
HSL 356.94º 0.62% 0.5% -
HSV(B) 356.94º 0.77% 0.8% -
XYZ 26.95 15.38 5.29 -
YUV 95.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 205 48 56 0 0.77 0.73 0.20 356.94 0.62 0.5
Hex CD 30 38 0 4D 49 14 165 3E 32
Octal 315 60 70 0 115 111 24 545 76 62
Binary 11001101 110000 111000 0 1001101 1001001 10100 101100101 111110 110010

Color Harmonies of #CD3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3038

Black with #CD3038

Text Example


Text Example

White with #CD3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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