Html Css Color HEX #CD303B Mahogany

📋 copy color: '#CD303B'

red 205 ◦ green 48 ◦ blue 59

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

Shades of Mahogany #CD303B

Tints of Mahogany #CD303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 65.71%
G = 15.38%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD303B (or 0xCD303B) is known color: Mahogany. HEX triplet: CD, 30 and 3B. RGB value is (205,48,59). Sum of RGB (Red+Green+Blue) = 205+48+59=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD303B is #32CFC4. Grayscale: #606060. Windows color (decimal): -3329989 or 3879117. OLE color: 3879117.

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

Color convert

RGB 205 48 59 -
CMYK 0 0.77 0.71 0.20
HSL 355.8º 0.62% 0.5% -
HSV(B) 355.8º 0.77% 0.8% -
XYZ 27.02 15.41 5.69 -
YUV 96.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 205 48 59 0 0.77 0.71 0.20 355.8 0.62 0.5
Hex CD 30 3B 0 4D 47 14 164 3E 32
Octal 315 60 73 0 115 107 24 544 76 62
Binary 11001101 110000 111011 0 1001101 1000111 10100 101100100 111110 110010

Color Harmonies of #CD303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD303B

Black with #CD303B

Text Example


Text Example

White with #CD303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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