Html Css Color HEX #C75828 Chilean Fire

📋 copy color: '#C75828'

red 199 ◦ green 88 ◦ blue 40

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

Shades of Chilean Fire #C75828

Tints of Chilean Fire #C75828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 60.86%
G = 26.91%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75828 (or 0xC75828) is known color: Chilean Fire. HEX triplet: C7, 58 and 28. RGB value is (199,88,40). Sum of RGB (Red+Green+Blue) = 199+88+40=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C75828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75828 is #38A7D7. Grayscale: #747474. Windows color (decimal): -3712984 or 2644167. OLE color: 2644167.

HSL color Cylindrical-coordinate representation of color #C75828: hue angle of 18.11º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C75828 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 40 -
CMYK 0 0.56 0.80 0.22
HSL 18.11º 0.67% 0.47% -
HSV(B) 18.11º 0.8% 0.78% -
XYZ 27.43 19.27 4.28 -
YUV 115.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 199 88 40 0 0.56 0.80 0.22 18.11 0.67 0.47
Hex C7 58 28 0 38 50 16 12 43 2F
Octal 307 130 50 0 70 120 26 22 103 57
Binary 11000111 1011000 101000 0 111000 1010000 10110 10010 1000011 101111

Color Harmonies of #C75828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75828

Black with #C75828

Text Example


Text Example

White with #C75828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75828; }

 p { color: rgb(199,88,40); }

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

background-color css

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

 a { background-color: rgb(199,88,40); }

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

border-color css

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

 span { border-color: rgb(199,88,40); }

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