Html Css Color HEX #CF252E Mahogany

📋 copy color: '#CF252E'

red 207 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #CF252E

Tints of Mahogany #CF252E

RGB

 RED value IS 207 (81.25% from 255) = 71.38%

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

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

R = 71.38%
G = 12.76%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF252E (or 0xCF252E) is known color: Mahogany. HEX triplet: CF, 25 and 2E. RGB value is (207,37,46). Sum of RGB (Red+Green+Blue) = 207+37+46=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF252E is #30DAD1. Grayscale: #585858. Windows color (decimal): -3201746 or 3024335. OLE color: 3024335.

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

Color convert

RGB 207 37 46 -
CMYK 0 0.82 0.78 0.19
HSL 356.82º 0.7% 0.48% -
HSV(B) 356.82º 0.82% 0.81% -
XYZ 26.89 14.79 4.02 -
YUV 88.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 207 37 46 0 0.82 0.78 0.19 356.82 0.7 0.48
Hex CF 25 2E 0 52 4E 13 165 46 30
Octal 317 45 56 0 122 116 23 545 106 60
Binary 11001111 100101 101110 0 1010010 1001110 10011 101100101 1000110 110000

Color Harmonies of #CF252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF252E

Black with #CF252E

Text Example


Text Example

White with #CF252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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