Html Css Color HEX #CF3941 Mahogany

📋 copy color: '#CF3941'

red 207 ◦ green 57 ◦ blue 65

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

Shades of Mahogany #CF3941

Tints of Mahogany #CF3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 62.92%
G = 17.33%
B = 19.76%

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

#CF3941 (or 0xCF3941) is known color: Mahogany. HEX triplet: CF, 39 and 41. RGB value is (207,57,65). Sum of RGB (Red+Green+Blue) = 207+57+65=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3941 is #30C6BE. Grayscale: #666666. Windows color (decimal): -3196607 or 4274639. OLE color: 4274639.

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

Color convert

RGB 207 57 65 -
CMYK 0 0.72 0.69 0.19
HSL 356.8º 0.61% 0.52% -
HSV(B) 356.8º 0.72% 0.81% -
XYZ 28.15 16.57 6.72 -
YUV 102.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 207 57 65 0 0.72 0.69 0.19 356.8 0.61 0.52
Hex CF 39 41 0 48 45 13 165 3D 34
Octal 317 71 101 0 110 105 23 545 75 64
Binary 11001111 111001 1000001 0 1001000 1000101 10011 101100101 111101 110100

Color Harmonies of #CF3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3941

Black with #CF3941

Text Example


Text Example

White with #CF3941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3941; }

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

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

background-color css

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

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

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

border-color css

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

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

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