Html Css Color HEX #CF5522 Chilean Fire

📋 copy color: '#CF5522'

red 207 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #CF5522

Tints of Chilean Fire #CF5522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 63.5%
G = 26.07%
B = 10.43%

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

#CF5522 (or 0xCF5522) is known color: Chilean Fire. HEX triplet: CF, 55 and 22. RGB value is (207,85,34). Sum of RGB (Red+Green+Blue) = 207+85+34=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5522 is #30AADD. Grayscale: #737373. Windows color (decimal): -3189470 or 2250191. OLE color: 2250191.

HSL color Cylindrical-coordinate representation of color #CF5522: hue angle of 17.69º degrees, saturation: 0.72, 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 #CF5522 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 34 -
CMYK 0 0.59 0.84 0.19
HSL 17.69º 0.72% 0.47% -
HSV(B) 17.69º 0.84% 0.81% -
XYZ 29.27 19.88 3.81 -
YUV 115.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 207 85 34 0 0.59 0.84 0.19 17.69 0.72 0.47
Hex CF 55 22 0 3B 54 13 12 48 2F
Octal 317 125 42 0 73 124 23 22 110 57
Binary 11001111 1010101 100010 0 111011 1010100 10011 10010 1001000 101111

Color Harmonies of #CF5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5522

Black with #CF5522

Text Example


Text Example

White with #CF5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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