Html Css Color HEX #CF3842 Mahogany

📋 copy color: '#CF3842'

red 207 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #CF3842

Tints of Mahogany #CF3842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 62.92%
G = 17.02%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3842 (or 0xCF3842) is known color: Mahogany. HEX triplet: CF, 38 and 42. RGB value is (207,56,66). Sum of RGB (Red+Green+Blue) = 207+56+66=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3842 is #30C7BD. Grayscale: #666666. Windows color (decimal): -3196862 or 4339919. OLE color: 4339919.

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

Color convert

RGB 207 56 66 -
CMYK 0 0.73 0.68 0.19
HSL 356.03º 0.61% 0.52% -
HSV(B) 356.03º 0.73% 0.81% -
XYZ 28.13 16.49 6.85 -
YUV 102.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 207 56 66 0 0.73 0.68 0.19 356.03 0.61 0.52
Hex CF 38 42 0 49 44 13 164 3D 34
Octal 317 70 102 0 111 104 23 544 75 64
Binary 11001111 111000 1000010 0 1001001 1000100 10011 101100100 111101 110100

Color Harmonies of #CF3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3842

Black with #CF3842

Text Example


Text Example

White with #CF3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3842; }

 p { color: rgb(207,56,66); }

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

background-color css

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

 a { background-color: rgb(207,56,66); }

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

border-color css

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

 span { border-color: rgb(207,56,66); }

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