Html Css Color HEX #C75A2E Chilean Fire

📋 copy color: '#C75A2E'

red 199 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #C75A2E

Tints of Chilean Fire #C75A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 59.4%
G = 26.87%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C75A2E (or 0xC75A2E) is known color: Chilean Fire. HEX triplet: C7, 5A and 2E. RGB value is (199,90,46). Sum of RGB (Red+Green+Blue) = 199+90+46=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A2E is #38A5D1. Grayscale: #757575. Windows color (decimal): -3712466 or 3037895. OLE color: 3037895.

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

Color convert

RGB 199 90 46 -
CMYK 0 0.55 0.77 0.22
HSL 17.25º 0.62% 0.48% -
HSV(B) 17.25º 0.77% 0.78% -
XYZ 27.7 19.65 4.92 -
YUV 117.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 199 90 46 0 0.55 0.77 0.22 17.25 0.62 0.48
Hex C7 5A 2E 0 37 4D 16 11 3E 30
Octal 307 132 56 0 67 115 26 21 76 60
Binary 11000111 1011010 101110 0 110111 1001101 10110 10001 111110 110000

Color Harmonies of #C75A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A2E

Black with #C75A2E

Text Example


Text Example

White with #C75A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A2E; }

 p { color: rgb(199,90,46); }

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

background-color css

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

 a { background-color: rgb(199,90,46); }

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

border-color css

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

 span { border-color: rgb(199,90,46); }

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