Html Css Color HEX #CF4244 Mahogany

📋 copy color: '#CF4244'

red 207 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #CF4244

Tints of Mahogany #CF4244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 60.7%
G = 19.35%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF4244 (or 0xCF4244) is known color: Mahogany. HEX triplet: CF, 42 and 44. RGB value is (207,66,68). Sum of RGB (Red+Green+Blue) = 207+66+68=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4244 is #30BDBB. Grayscale: #6C6C6C. Windows color (decimal): -3194300 or 4473551. OLE color: 4473551.

HSL color Cylindrical-coordinate representation of color #CF4244: hue angle of 359.15º 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 #CF4244 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 68 -
CMYK 0 0.68 0.67 0.19
HSL 359.15º 0.59% 0.54% -
HSV(B) 359.15º 0.68% 0.81% -
XYZ 28.72 17.58 7.35 -
YUV 108.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 207 66 68 0 0.68 0.67 0.19 359.15 0.59 0.54
Hex CF 42 44 0 44 43 13 167 3B 36
Octal 317 102 104 0 104 103 23 547 73 66
Binary 11001111 1000010 1000100 0 1000100 1000011 10011 101100111 111011 110110

Color Harmonies of #CF4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4244

Black with #CF4244

Text Example


Text Example

White with #CF4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4244; }

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

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

background-color css

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

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

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

border-color css

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

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

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