Html Css Color HEX #CF343E Mahogany

📋 copy color: '#CF343E'

red 207 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #CF343E

Tints of Mahogany #CF343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 64.49%
G = 16.2%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF343E (or 0xCF343E) is known color: Mahogany. HEX triplet: CF, 34 and 3E. RGB value is (207,52,62). Sum of RGB (Red+Green+Blue) = 207+52+62=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF343E is #30CBC1. Grayscale: #636363. Windows color (decimal): -3197890 or 4076751. OLE color: 4076751.

HSL color Cylindrical-coordinate representation of color #CF343E: hue angle of 356.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF343E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 62 -
CMYK 0 0.75 0.70 0.19
HSL 356.13º 0.62% 0.51% -
HSV(B) 356.13º 0.75% 0.81% -
XYZ 27.83 16.07 6.19 -
YUV 99.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 207 52 62 0 0.75 0.70 0.19 356.13 0.62 0.51
Hex CF 34 3E 0 4B 46 13 164 3E 33
Octal 317 64 76 0 113 106 23 544 76 63
Binary 11001111 110100 111110 0 1001011 1000110 10011 101100100 111110 110011

Color Harmonies of #CF343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF343E

Black with #CF343E

Text Example


Text Example

White with #CF343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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