Html Css Color HEX #C75C2C Chilean Fire

📋 copy color: '#C75C2C'

red 199 ◦ green 92 ◦ blue 44

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

Shades of Chilean Fire #C75C2C

Tints of Chilean Fire #C75C2C

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 59.4%
G = 27.46%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C75C2C (or 0xC75C2C) is known color: Chilean Fire. HEX triplet: C7, 5C and 2C. RGB value is (199,92,44). Sum of RGB (Red+Green+Blue) = 199+92+44=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C2C is #38A3D3. Grayscale: #767676. Windows color (decimal): -3711956 or 2907335. OLE color: 2907335.

HSL color Cylindrical-coordinate representation of color #C75C2C: hue angle of 18.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C75C2C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 44 -
CMYK 0 0.54 0.78 0.22
HSL 18.58º 0.64% 0.48% -
HSV(B) 18.58º 0.78% 0.78% -
XYZ 27.83 19.98 4.77 -
YUV 118.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 199 92 44 0 0.54 0.78 0.22 18.58 0.64 0.48
Hex C7 5C 2C 0 36 4E 16 13 40 30
Octal 307 134 54 0 66 116 26 23 100 60
Binary 11000111 1011100 101100 0 110110 1001110 10110 10011 1000000 110000

Color Harmonies of #C75C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C2C

Black with #C75C2C

Text Example


Text Example

White with #C75C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C2C; }

 p { color: rgb(199,92,44); }

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

background-color css

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

 a { background-color: rgb(199,92,44); }

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

border-color css

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

 span { border-color: rgb(199,92,44); }

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