Html Css Color HEX #CF353D Mahogany

📋 copy color: '#CF353D'

red 207 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #CF353D

Tints of Mahogany #CF353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 64.49%
G = 16.51%
B = 19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF353D (or 0xCF353D) is known color: Mahogany. HEX triplet: CF, 35 and 3D. RGB value is (207,53,61). Sum of RGB (Red+Green+Blue) = 207+53+61=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF353D is #30CAC2. Grayscale: #646464. Windows color (decimal): -3197635 or 4011471. OLE color: 4011471.

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

Color convert

RGB 207 53 61 -
CMYK 0 0.74 0.71 0.19
HSL 356.88º 0.62% 0.51% -
HSV(B) 356.88º 0.74% 0.81% -
XYZ 27.85 16.15 6.06 -
YUV 99.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 207 53 61 0 0.74 0.71 0.19 356.88 0.62 0.51
Hex CF 35 3D 0 4A 47 13 165 3E 33
Octal 317 65 75 0 112 107 23 545 76 63
Binary 11001111 110101 111101 0 1001010 1000111 10011 101100101 111110 110011

Color Harmonies of #CF353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF353D

Black with #CF353D

Text Example


Text Example

White with #CF353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF353D; }

 p { color: rgb(207,53,61); }

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

background-color css

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

 a { background-color: rgb(207,53,61); }

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

border-color css

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

 span { border-color: rgb(207,53,61); }

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