Html Css Color HEX #CF4144 Mahogany

📋 copy color: '#CF4144'

red 207 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #CF4144

Tints of Mahogany #CF4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

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

R = 60.88%
G = 19.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF4144 (or 0xCF4144) is known color: Mahogany. HEX triplet: CF, 41 and 44. RGB value is (207,65,68). Sum of RGB (Red+Green+Blue) = 207+65+68=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4144 is #30BEBB. Grayscale: #6B6B6B. Windows color (decimal): -3194556 or 4473295. OLE color: 4473295.

HSL color Cylindrical-coordinate representation of color #CF4144: hue angle of 358.73º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4144 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 68 -
CMYK 0 0.69 0.67 0.19
HSL 358.73º 0.6% 0.53% -
HSV(B) 358.73º 0.69% 0.81% -
XYZ 28.67 17.46 7.33 -
YUV 107.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 207 65 68 0 0.69 0.67 0.19 358.73 0.6 0.53
Hex CF 41 44 0 45 43 13 167 3C 35
Octal 317 101 104 0 105 103 23 547 74 65
Binary 11001111 1000001 1000100 0 1000101 1000011 10011 101100111 111100 110101

Color Harmonies of #CF4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4144

Black with #CF4144

Text Example


Text Example

White with #CF4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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