Html Css Color HEX #CB242D Mahogany

📋 copy color: '#CB242D'

red 203 ◦ green 36 ◦ blue 45

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

Shades of Mahogany #CB242D

Tints of Mahogany #CB242D

RGB

 RED value IS 203 (79.69% from 255) = 71.48%

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 71.48%
G = 12.68%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB242D (or 0xCB242D) is known color: Mahogany. HEX triplet: CB, 24 and 2D. RGB value is (203,36,45). Sum of RGB (Red+Green+Blue) = 203+36+45=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB242D is #34DBD2. Grayscale: #575757. Windows color (decimal): -3464147 or 2958539. OLE color: 2958539.

HSL color Cylindrical-coordinate representation of color #CB242D: hue angle of 356.77º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB242D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 45 -
CMYK 0 0.82 0.78 0.20
HSL 356.77º 0.7% 0.47% -
HSV(B) 356.77º 0.82% 0.8% -
XYZ 25.73 14.15 3.86 -
YUV 86.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 203 36 45 0 0.82 0.78 0.20 356.77 0.7 0.47
Hex CB 24 2D 0 52 4E 14 165 46 2F
Octal 313 44 55 0 122 116 24 545 106 57
Binary 11001011 100100 101101 0 1010010 1001110 10100 101100101 1000110 101111

Color Harmonies of #CB242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB242D

Black with #CB242D

Text Example


Text Example

White with #CB242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB242D; }

 p { color: rgb(203,36,45); }

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

background-color css

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

 a { background-color: rgb(203,36,45); }

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

border-color css

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

 span { border-color: rgb(203,36,45); }

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