Html Css Color HEX #CF744A Red Damask

📋 copy color: '#CF744A'

red 207 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #CF744A

Tints of Red Damask #CF744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 52.14%
G = 29.22%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF744A (or 0xCF744A) is known color: Red Damask. HEX triplet: CF, 74 and 4A. RGB value is (207,116,74). Sum of RGB (Red+Green+Blue) = 207+116+74=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF744A is #308BB5. Grayscale: #8A8A8A. Windows color (decimal): -3181494 or 4879567. OLE color: 4879567.

HSL color Cylindrical-coordinate representation of color #CF744A: hue angle of 18.95º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF744A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 74 -
CMYK 0 0.44 0.64 0.19
HSL 18.95º 0.58% 0.55% -
HSV(B) 18.95º 0.64% 0.81% -
XYZ 33.21 26.25 9.79 -
YUV 138.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 207 116 74 0 0.44 0.64 0.19 18.95 0.58 0.55
Hex CF 74 4A 0 2C 40 13 13 3A 37
Octal 317 164 112 0 54 100 23 23 72 67
Binary 11001111 1110100 1001010 0 101100 1000000 10011 10011 111010 110111

Color Harmonies of #CF744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF744A

Black with #CF744A

Text Example


Text Example

White with #CF744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF744A; }

 p { color: rgb(207,116,74); }

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

background-color css

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

 a { background-color: rgb(207,116,74); }

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

border-color css

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

 span { border-color: rgb(207,116,74); }

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