Html Css Color HEX #CF4248 Mahogany

📋 copy color: '#CF4248'

red 207 ◦ green 66 ◦ blue 72

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

Shades of Mahogany #CF4248

Tints of Mahogany #CF4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 60%
G = 19.13%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4248 (or 0xCF4248) is known color: Mahogany. HEX triplet: CF, 42 and 48. RGB value is (207,66,72). Sum of RGB (Red+Green+Blue) = 207+66+72=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4248 is #30BDB7. Grayscale: #6C6C6C. Windows color (decimal): -3194296 or 4735695. OLE color: 4735695.

HSL color Cylindrical-coordinate representation of color #CF4248: hue angle of 357.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4248 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 72 -
CMYK 0 0.68 0.65 0.19
HSL 357.45º 0.59% 0.54% -
HSV(B) 357.45º 0.68% 0.81% -
XYZ 28.85 17.63 8.01 -
YUV 108.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 207 66 72 0 0.68 0.65 0.19 357.45 0.59 0.54
Hex CF 42 48 0 44 41 13 165 3B 36
Octal 317 102 110 0 104 101 23 545 73 66
Binary 11001111 1000010 1001000 0 1000100 1000001 10011 101100101 111011 110110

Color Harmonies of #CF4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4248

Black with #CF4248

Text Example


Text Example

White with #CF4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4248; }

 p { color: rgb(207,66,72); }

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

background-color css

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

 a { background-color: rgb(207,66,72); }

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

border-color css

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

 span { border-color: rgb(207,66,72); }

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