Html Css Color HEX #CF3E41 Mahogany

📋 copy color: '#CF3E41'

red 207 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #CF3E41

Tints of Mahogany #CF3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 61.98%
G = 18.56%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3E41 (or 0xCF3E41) is known color: Mahogany. HEX triplet: CF, 3E and 41. RGB value is (207,62,65). Sum of RGB (Red+Green+Blue) = 207+62+65=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E41 is #30C1BE. Grayscale: #696969. Windows color (decimal): -3195327 or 4275919. OLE color: 4275919.

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

Color convert

RGB 207 62 65 -
CMYK 0 0.70 0.69 0.19
HSL 358.76º 0.6% 0.53% -
HSV(B) 358.76º 0.7% 0.81% -
XYZ 28.41 17.09 6.8 -
YUV 105.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 207 62 65 0 0.70 0.69 0.19 358.76 0.6 0.53
Hex CF 3E 41 0 46 45 13 167 3C 35
Octal 317 76 101 0 106 105 23 547 74 65
Binary 11001111 111110 1000001 0 1000110 1000101 10011 101100111 111100 110101

Color Harmonies of #CF3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E41

Black with #CF3E41

Text Example


Text Example

White with #CF3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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