Html Css Color HEX #CB252E Mahogany

📋 copy color: '#CB252E'

red 203 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #CB252E

Tints of Mahogany #CB252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 70.98%
G = 12.94%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB252E (or 0xCB252E) is known color: Mahogany. HEX triplet: CB, 25 and 2E. RGB value is (203,37,46). Sum of RGB (Red+Green+Blue) = 203+37+46=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB252E is #34DAD1. Grayscale: #575757. Windows color (decimal): -3463890 or 3024331. OLE color: 3024331.

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

Color convert

RGB 203 37 46 -
CMYK 0 0.82 0.77 0.20
HSL 356.75º 0.69% 0.47% -
HSV(B) 356.75º 0.82% 0.8% -
XYZ 25.78 14.22 3.97 -
YUV 87.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 203 37 46 0 0.82 0.77 0.20 356.75 0.69 0.47
Hex CB 25 2E 0 52 4D 14 165 45 2F
Octal 313 45 56 0 122 115 24 545 105 57
Binary 11001011 100101 101110 0 1010010 1001101 10100 101100101 1000101 101111

Color Harmonies of #CB252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB252E

Black with #CB252E

Text Example


Text Example

White with #CB252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB252E; }

 p { color: rgb(203,37,46); }

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

background-color css

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

 a { background-color: rgb(203,37,46); }

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

border-color css

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

 span { border-color: rgb(203,37,46); }

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