Html Css Color HEX #CF3A40 Mahogany

📋 copy color: '#CF3A40'

red 207 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #CF3A40

Tints of Mahogany #CF3A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 62.92%
G = 17.63%
B = 19.45%

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

#CF3A40 (or 0xCF3A40) is known color: Mahogany. HEX triplet: CF, 3A and 40. RGB value is (207,58,64). Sum of RGB (Red+Green+Blue) = 207+58+64=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A40 is #30C5BF. Grayscale: #676767. Windows color (decimal): -3196352 or 4209359. OLE color: 4209359.

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

Color convert

RGB 207 58 64 -
CMYK 0 0.72 0.69 0.19
HSL 357.58º 0.61% 0.52% -
HSV(B) 357.58º 0.72% 0.81% -
XYZ 28.17 16.66 6.58 -
YUV 103.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 207 58 64 0 0.72 0.69 0.19 357.58 0.61 0.52
Hex CF 3A 40 0 48 45 13 166 3D 34
Octal 317 72 100 0 110 105 23 546 75 64
Binary 11001111 111010 1000000 0 1001000 1000101 10011 101100110 111101 110100

Color Harmonies of #CF3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A40

Black with #CF3A40

Text Example


Text Example

White with #CF3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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