Html Css Color HEX #CF3A41 Mahogany

📋 copy color: '#CF3A41'

red 207 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #CF3A41

Tints of Mahogany #CF3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 62.73%
G = 17.58%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF3A41 (or 0xCF3A41) is known color: Mahogany. HEX triplet: CF, 3A and 41. RGB value is (207,58,65). Sum of RGB (Red+Green+Blue) = 207+58+65=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A41 is #30C5BE. Grayscale: #676767. Windows color (decimal): -3196351 or 4274895. OLE color: 4274895.

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

Color convert

RGB 207 58 65 -
CMYK 0 0.72 0.69 0.19
HSL 357.18º 0.61% 0.52% -
HSV(B) 357.18º 0.72% 0.81% -
XYZ 28.2 16.67 6.73 -
YUV 103.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 207 58 65 0 0.72 0.69 0.19 357.18 0.61 0.52
Hex CF 3A 41 0 48 45 13 165 3D 34
Octal 317 72 101 0 110 105 23 545 75 64
Binary 11001111 111010 1000001 0 1001000 1000101 10011 101100101 111101 110100

Color Harmonies of #CF3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A41

Black with #CF3A41

Text Example


Text Example

White with #CF3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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