Html Css Color HEX #CB252F Mahogany

📋 copy color: '#CB252F'

red 203 ◦ green 37 ◦ blue 47

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

Shades of Mahogany #CB252F

Tints of Mahogany #CB252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 70.73%
G = 12.89%
B = 16.38%

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

#CB252F (or 0xCB252F) is known color: Mahogany. HEX triplet: CB, 25 and 2F. RGB value is (203,37,47). Sum of RGB (Red+Green+Blue) = 203+37+47=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB252F is #34DAD0. Grayscale: #575757. Windows color (decimal): -3463889 or 3089867. OLE color: 3089867.

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

Color convert

RGB 203 37 47 -
CMYK 0 0.82 0.77 0.20
HSL 356.39º 0.69% 0.47% -
HSV(B) 356.39º 0.82% 0.8% -
XYZ 25.8 14.22 4.08 -
YUV 87.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 203 37 47 0 0.82 0.77 0.20 356.39 0.69 0.47
Hex CB 25 2F 0 52 4D 14 164 45 2F
Octal 313 45 57 0 122 115 24 544 105 57
Binary 11001011 100101 101111 0 1010010 1001101 10100 101100100 1000101 101111

Color Harmonies of #CB252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB252F

Black with #CB252F

Text Example


Text Example

White with #CB252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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