Html Css Color HEX #C75A2A Chilean Fire

📋 copy color: '#C75A2A'

red 199 ◦ green 90 ◦ blue 42

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

Shades of Chilean Fire #C75A2A

Tints of Chilean Fire #C75A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 60.12%
G = 27.19%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C75A2A (or 0xC75A2A) is known color: Chilean Fire. HEX triplet: C7, 5A and 2A. RGB value is (199,90,42). Sum of RGB (Red+Green+Blue) = 199+90+42=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A2A is #38A5D5. Grayscale: #757575. Windows color (decimal): -3712470 or 2775751. OLE color: 2775751.

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

Color convert

RGB 199 90 42 -
CMYK 0 0.55 0.79 0.22
HSL 18.34º 0.65% 0.47% -
HSV(B) 18.34º 0.79% 0.78% -
XYZ 27.63 19.62 4.52 -
YUV 117.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 199 90 42 0 0.55 0.79 0.22 18.34 0.65 0.47
Hex C7 5A 2A 0 37 4F 16 12 41 2F
Octal 307 132 52 0 67 117 26 22 101 57
Binary 11000111 1011010 101010 0 110111 1001111 10110 10010 1000001 101111

Color Harmonies of #C75A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A2A

Black with #C75A2A

Text Example


Text Example

White with #C75A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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