Html Css Color HEX #CF5D29 Chilean Fire

📋 copy color: '#CF5D29'

red 207 ◦ green 93 ◦ blue 41

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

Shades of Chilean Fire #CF5D29

Tints of Chilean Fire #CF5D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 60.7%
G = 27.27%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF5D29 (or 0xCF5D29) is known color: Chilean Fire. HEX triplet: CF, 5D and 29. RGB value is (207,93,41). Sum of RGB (Red+Green+Blue) = 207+93+41=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D29 is #30A2D6. Grayscale: #797979. Windows color (decimal): -3187415 or 2710991. OLE color: 2710991.

HSL color Cylindrical-coordinate representation of color #CF5D29: hue angle of 18.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF5D29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 93 41 -
CMYK 0 0.55 0.80 0.19
HSL 18.8º 0.67% 0.49% -
HSV(B) 18.8º 0.8% 0.81% -
XYZ 30.05 21.25 4.62 -
YUV 121.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 207 93 41 0 0.55 0.80 0.19 18.8 0.67 0.49
Hex CF 5D 29 0 37 50 13 13 43 31
Octal 317 135 51 0 67 120 23 23 103 61
Binary 11001111 1011101 101001 0 110111 1010000 10011 10011 1000011 110001

Color Harmonies of #CF5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D29

Black with #CF5D29

Text Example


Text Example

White with #CF5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D29; }

 p { color: rgb(207,93,41); }

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

background-color css

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

 a { background-color: rgb(207,93,41); }

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

border-color css

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

 span { border-color: rgb(207,93,41); }

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