Html Css Color HEX #CF4143 Mahogany

📋 copy color: '#CF4143'

red 207 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #CF4143

Tints of Mahogany #CF4143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 61.06%
G = 19.17%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF4143 (or 0xCF4143) is known color: Mahogany. HEX triplet: CF, 41 and 43. RGB value is (207,65,67). Sum of RGB (Red+Green+Blue) = 207+65+67=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4143 is #30BEBC. Grayscale: #6B6B6B. Windows color (decimal): -3194557 or 4407759. OLE color: 4407759.

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

Color convert

RGB 207 65 67 -
CMYK 0 0.69 0.68 0.19
HSL 359.15º 0.6% 0.53% -
HSV(B) 359.15º 0.69% 0.81% -
XYZ 28.64 17.45 7.17 -
YUV 107.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 207 65 67 0 0.69 0.68 0.19 359.15 0.6 0.53
Hex CF 41 43 0 45 44 13 167 3C 35
Octal 317 101 103 0 105 104 23 547 74 65
Binary 11001111 1000001 1000011 0 1000101 1000100 10011 101100111 111100 110101

Color Harmonies of #CF4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4143

Black with #CF4143

Text Example


Text Example

White with #CF4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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