Html Css Color HEX #CF7250 Red Damask

📋 copy color: '#CF7250'

red 207 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #CF7250

Tints of Red Damask #CF7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 51.62%
G = 28.43%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF7250 (or 0xCF7250) is known color: Red Damask. HEX triplet: CF, 72 and 50. RGB value is (207,114,80). Sum of RGB (Red+Green+Blue) = 207+114+80=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7250 is #308DAF. Grayscale: #8A8A8A. Windows color (decimal): -3182000 or 5272271. OLE color: 5272271.

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

Color convert

RGB 207 114 80 -
CMYK 0 0.45 0.61 0.19
HSL 16.06º 0.57% 0.56% -
HSV(B) 16.06º 0.61% 0.81% -
XYZ 33.2 25.88 10.83 -
YUV 137.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 207 114 80 0 0.45 0.61 0.19 16.06 0.57 0.56
Hex CF 72 50 0 2D 3D 13 10 39 38
Octal 317 162 120 0 55 75 23 20 71 70
Binary 11001111 1110010 1010000 0 101101 111101 10011 10000 111001 111000

Color Harmonies of #CF7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7250

Black with #CF7250

Text Example


Text Example

White with #CF7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7250; }

 p { color: rgb(207,114,80); }

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

background-color css

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

 a { background-color: rgb(207,114,80); }

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

border-color css

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

 span { border-color: rgb(207,114,80); }

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