Html Css Color HEX #CD272A Mahogany

📋 copy color: '#CD272A'

red 205 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #CD272A

Tints of Mahogany #CD272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 71.68%
G = 13.64%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD272A (or 0xCD272A) is known color: Mahogany. HEX triplet: CD, 27 and 2A. RGB value is (205,39,42). Sum of RGB (Red+Green+Blue) = 205+39+42=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD272A is #32D8D5. Grayscale: #595959. Windows color (decimal): -3332310 or 2762701. OLE color: 2762701.

HSL color Cylindrical-coordinate representation of color #CD272A: hue angle of 358.92º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD272A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 39 42 -
CMYK 0 0.81 0.80 0.20
HSL 358.92º 0.68% 0.48% -
HSV(B) 358.92º 0.81% 0.8% -
XYZ 26.32 14.6 3.62 -
YUV 88.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 205 39 42 0 0.81 0.80 0.20 358.92 0.68 0.48
Hex CD 27 2A 0 51 50 14 167 44 30
Octal 315 47 52 0 121 120 24 547 104 60
Binary 11001101 100111 101010 0 1010001 1010000 10100 101100111 1000100 110000

Color Harmonies of #CD272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD272A

Black with #CD272A

Text Example


Text Example

White with #CD272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD272A; }

 p { color: rgb(205,39,42); }

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

background-color css

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

 a { background-color: rgb(205,39,42); }

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

border-color css

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

 span { border-color: rgb(205,39,42); }

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