Html Css Color HEX #CF7141 Red Damask

📋 copy color: '#CF7141'

red 207 ◦ green 113 ◦ blue 65

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

Shades of Red Damask #CF7141

Tints of Red Damask #CF7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 53.77%
G = 29.35%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF7141 (or 0xCF7141) is known color: Red Damask. HEX triplet: CF, 71 and 41. RGB value is (207,113,65). Sum of RGB (Red+Green+Blue) = 207+113+65=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7141 is #308EBE. Grayscale: #878787. Windows color (decimal): -3182271 or 4288975. OLE color: 4288975.

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

Color convert

RGB 207 113 65 -
CMYK 0 0.45 0.69 0.19
HSL 20.28º 0.6% 0.53% -
HSV(B) 20.28º 0.69% 0.81% -
XYZ 32.59 25.46 8.2 -
YUV 135.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 207 113 65 0 0.45 0.69 0.19 20.28 0.6 0.53
Hex CF 71 41 0 2D 45 13 14 3C 35
Octal 317 161 101 0 55 105 23 24 74 65
Binary 11001111 1110001 1000001 0 101101 1000101 10011 10100 111100 110101

Color Harmonies of #CF7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7141

Black with #CF7141

Text Example


Text Example

White with #CF7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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