Html Css Color HEX #CB592F Chilean Fire

📋 copy color: '#CB592F'

red 203 ◦ green 89 ◦ blue 47

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

Shades of Chilean Fire #CB592F

Tints of Chilean Fire #CB592F

RGB

 RED value IS 203 (79.69% from 255) = 59.88%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 59.88%
G = 26.25%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB592F (or 0xCB592F) is known color: Chilean Fire. HEX triplet: CB, 59 and 2F. RGB value is (203,89,47). Sum of RGB (Red+Green+Blue) = 203+89+47=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB592F is #34A6D0. Grayscale: #767676. Windows color (decimal): -3450577 or 3103179. OLE color: 3103179.

HSL color Cylindrical-coordinate representation of color #CB592F: hue angle of 16.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB592F is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 47 -
CMYK 0 0.56 0.77 0.20
HSL 16.15º 0.62% 0.49% -
HSV(B) 16.15º 0.77% 0.8% -
XYZ 28.71 20.05 5.05 -
YUV 118.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 203 89 47 0 0.56 0.77 0.20 16.15 0.62 0.49
Hex CB 59 2F 0 38 4D 14 10 3E 31
Octal 313 131 57 0 70 115 24 20 76 61
Binary 11001011 1011001 101111 0 111000 1001101 10100 10000 111110 110001

Color Harmonies of #CB592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB592F

Black with #CB592F

Text Example


Text Example

White with #CB592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB592F; }

 p { color: rgb(203,89,47); }

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

background-color css

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

 a { background-color: rgb(203,89,47); }

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

border-color css

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

 span { border-color: rgb(203,89,47); }

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