Html Css Color HEX #CF581D Chocolate

📋 copy color: '#CF581D'

red 207 ◦ green 88 ◦ blue 29

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

Shades of Chocolate #CF581D

Tints of Chocolate #CF581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 63.89%
G = 27.16%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF581D (or 0xCF581D) is known color: Chocolate. HEX triplet: CF, 58 and 1D. RGB value is (207,88,29). Sum of RGB (Red+Green+Blue) = 207+88+29=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF581D is #30A7E2. Grayscale: #757575. Windows color (decimal): -3188707 or 1923279. OLE color: 1923279.

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

Color convert

RGB 207 88 29 -
CMYK 0 0.57 0.86 0.19
HSL 19.89º 0.75% 0.46% -
HSV(B) 19.89º 0.86% 0.81% -
XYZ 29.44 20.33 3.54 -
YUV 116.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 207 88 29 0 0.57 0.86 0.19 19.89 0.75 0.46
Hex CF 58 1D 0 39 56 13 14 4B 2E
Octal 317 130 35 0 71 126 23 24 113 56
Binary 11001111 1011000 11101 0 111001 1010110 10011 10100 1001011 101110

Color Harmonies of #CF581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF581D

Black with #CF581D

Text Example


Text Example

White with #CF581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF581D; }

 p { color: rgb(207,88,29); }

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

background-color css

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

 a { background-color: rgb(207,88,29); }

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

border-color css

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

 span { border-color: rgb(207,88,29); }

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