Html Css Color HEX #CF5521 Chilean Fire

📋 copy color: '#CF5521'

red 207 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #CF5521

Tints of Chilean Fire #CF5521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 63.69%
G = 26.15%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF5521 (or 0xCF5521) is known color: Chilean Fire. HEX triplet: CF, 55 and 21. RGB value is (207,85,33). Sum of RGB (Red+Green+Blue) = 207+85+33=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5521 is #30AADE. Grayscale: #737373. Windows color (decimal): -3189471 or 2184655. OLE color: 2184655.

HSL color Cylindrical-coordinate representation of color #CF5521: hue angle of 17.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF5521 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 33 -
CMYK 0 0.59 0.84 0.19
HSL 17.93º 0.73% 0.47% -
HSV(B) 17.93º 0.84% 0.81% -
XYZ 29.26 19.87 3.73 -
YUV 115.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 207 85 33 0 0.59 0.84 0.19 17.93 0.73 0.47
Hex CF 55 21 0 3B 54 13 12 48 2F
Octal 317 125 41 0 73 124 23 22 110 57
Binary 11001111 1010101 100001 0 111011 1010100 10011 10010 1001000 101111

Color Harmonies of #CF5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5521

Black with #CF5521

Text Example


Text Example

White with #CF5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5521; }

 p { color: rgb(207,85,33); }

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

background-color css

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

 a { background-color: rgb(207,85,33); }

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

border-color css

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

 span { border-color: rgb(207,85,33); }

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