Html Css Color HEX #CF3A42 Mahogany

📋 copy color: '#CF3A42'

red 207 ◦ green 58 ◦ blue 66

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

Shades of Mahogany #CF3A42

Tints of Mahogany #CF3A42

RGB

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

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

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

R = 62.54%
G = 17.52%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF3A42 (or 0xCF3A42) is known color: Mahogany. HEX triplet: CF, 3A and 42. RGB value is (207,58,66). Sum of RGB (Red+Green+Blue) = 207+58+66=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A42 is #30C5BD. Grayscale: #676767. Windows color (decimal): -3196350 or 4340431. OLE color: 4340431.

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

Color convert

RGB 207 58 66 -
CMYK 0 0.72 0.68 0.19
HSL 356.78º 0.61% 0.52% -
HSV(B) 356.78º 0.72% 0.81% -
XYZ 28.23 16.68 6.89 -
YUV 103.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 207 58 66 0 0.72 0.68 0.19 356.78 0.61 0.52
Hex CF 3A 42 0 48 44 13 165 3D 34
Octal 317 72 102 0 110 104 23 545 75 64
Binary 11001111 111010 1000010 0 1001000 1000100 10011 101100101 111101 110100

Color Harmonies of #CF3A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A42

Black with #CF3A42

Text Example


Text Example

White with #CF3A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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