Html Css Color HEX #CF7248 Red Damask

📋 copy color: '#CF7248'

red 207 ◦ green 114 ◦ blue 72

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

Shades of Red Damask #CF7248

Tints of Red Damask #CF7248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 52.67%
G = 29.01%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF7248 (or 0xCF7248) is known color: Red Damask. HEX triplet: CF, 72 and 48. RGB value is (207,114,72). Sum of RGB (Red+Green+Blue) = 207+114+72=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7248 is #308DB7. Grayscale: #898989. Windows color (decimal): -3182008 or 4747983. OLE color: 4747983.

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

Color convert

RGB 207 114 72 -
CMYK 0 0.45 0.65 0.19
HSL 18.67º 0.58% 0.55% -
HSV(B) 18.67º 0.65% 0.81% -
XYZ 32.92 25.77 9.37 -
YUV 137.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 207 114 72 0 0.45 0.65 0.19 18.67 0.58 0.55
Hex CF 72 48 0 2D 41 13 13 3A 37
Octal 317 162 110 0 55 101 23 23 72 67
Binary 11001111 1110010 1001000 0 101101 1000001 10011 10011 111010 110111

Color Harmonies of #CF7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7248

Black with #CF7248

Text Example


Text Example

White with #CF7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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