Html Css Color HEX #CD303A Mahogany

📋 copy color: '#CD303A'

red 205 ◦ green 48 ◦ blue 58

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

Shades of Mahogany #CD303A

Tints of Mahogany #CD303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 65.92%
G = 15.43%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD303A (or 0xCD303A) is known color: Mahogany. HEX triplet: CD, 30 and 3A. RGB value is (205,48,58). Sum of RGB (Red+Green+Blue) = 205+48+58=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD303A is #32CFC5. Grayscale: #606060. Windows color (decimal): -3329990 or 3813581. OLE color: 3813581.

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

Color convert

RGB 205 48 58 -
CMYK 0 0.77 0.72 0.20
HSL 356.18º 0.62% 0.5% -
HSV(B) 356.18º 0.77% 0.8% -
XYZ 27 15.4 5.55 -
YUV 96.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 205 48 58 0 0.77 0.72 0.20 356.18 0.62 0.5
Hex CD 30 3A 0 4D 48 14 164 3E 32
Octal 315 60 72 0 115 110 24 544 76 62
Binary 11001101 110000 111010 0 1001101 1001000 10100 101100100 111110 110010

Color Harmonies of #CD303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD303A

Black with #CD303A

Text Example


Text Example

White with #CD303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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