Html Css Color HEX #CF5B31 Chilean Fire

📋 copy color: '#CF5B31'

red 207 ◦ green 91 ◦ blue 49

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

Shades of Chilean Fire #CF5B31

Tints of Chilean Fire #CF5B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 59.65%
G = 26.22%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF5B31 (or 0xCF5B31) is known color: Chilean Fire. HEX triplet: CF, 5B and 31. RGB value is (207,91,49). Sum of RGB (Red+Green+Blue) = 207+91+49=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B31 is #30A4CE. Grayscale: #797979. Windows color (decimal): -3187919 or 3234767. OLE color: 3234767.

HSL color Cylindrical-coordinate representation of color #CF5B31: hue angle of 15.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF5B31 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 49 -
CMYK 0 0.56 0.76 0.19
HSL 15.95º 0.62% 0.5% -
HSV(B) 15.95º 0.76% 0.81% -
XYZ 30.03 20.97 5.37 -
YUV 120.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 207 91 49 0 0.56 0.76 0.19 15.95 0.62 0.5
Hex CF 5B 31 0 38 4C 13 10 3E 32
Octal 317 133 61 0 70 114 23 20 76 62
Binary 11001111 1011011 110001 0 111000 1001100 10011 10000 111110 110010

Color Harmonies of #CF5B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B31

Black with #CF5B31

Text Example


Text Example

White with #CF5B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B31; }

 p { color: rgb(207,91,49); }

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

background-color css

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

 a { background-color: rgb(207,91,49); }

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

border-color css

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

 span { border-color: rgb(207,91,49); }

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