Html Css Color HEX #CF4142 Mahogany

📋 copy color: '#CF4142'

red 207 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #CF4142

Tints of Mahogany #CF4142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 61.24%
G = 19.23%
B = 19.53%

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

#CF4142 (or 0xCF4142) is known color: Mahogany. HEX triplet: CF, 41 and 42. RGB value is (207,65,66). Sum of RGB (Red+Green+Blue) = 207+65+66=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4142 is #30BEBD. Grayscale: #6B6B6B. Windows color (decimal): -3194558 or 4342223. OLE color: 4342223.

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

Color convert

RGB 207 65 66 -
CMYK 0 0.69 0.68 0.19
HSL 359.58º 0.6% 0.53% -
HSV(B) 359.58º 0.69% 0.81% -
XYZ 28.61 17.44 7.01 -
YUV 107.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 207 65 66 0 0.69 0.68 0.19 359.58 0.6 0.53
Hex CF 41 42 0 45 44 13 168 3C 35
Octal 317 101 102 0 105 104 23 550 74 65
Binary 11001111 1000001 1000010 0 1000101 1000100 10011 101101000 111100 110101

Color Harmonies of #CF4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4142

Black with #CF4142

Text Example


Text Example

White with #CF4142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4142; }

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

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

background-color css

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

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

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

border-color css

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

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

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