Html Css Color HEX #CF3C41 Mahogany

📋 copy color: '#CF3C41'

red 207 ◦ green 60 ◦ blue 65

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

Shades of Mahogany #CF3C41

Tints of Mahogany #CF3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 62.35%
G = 18.07%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3C41 (or 0xCF3C41) is known color: Mahogany. HEX triplet: CF, 3C and 41. RGB value is (207,60,65). Sum of RGB (Red+Green+Blue) = 207+60+65=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C41 is #30C3BE. Grayscale: #686868. Windows color (decimal): -3195839 or 4275407. OLE color: 4275407.

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

Color convert

RGB 207 60 65 -
CMYK 0 0.71 0.69 0.19
HSL 357.96º 0.6% 0.52% -
HSV(B) 357.96º 0.71% 0.81% -
XYZ 28.3 16.88 6.77 -
YUV 104.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 207 60 65 0 0.71 0.69 0.19 357.96 0.6 0.52
Hex CF 3C 41 0 47 45 13 166 3C 34
Octal 317 74 101 0 107 105 23 546 74 64
Binary 11001111 111100 1000001 0 1000111 1000101 10011 101100110 111100 110100

Color Harmonies of #CF3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C41

Black with #CF3C41

Text Example


Text Example

White with #CF3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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