Html Css Color HEX #C75A2B Chilean Fire

📋 copy color: '#C75A2B'

red 199 ◦ green 90 ◦ blue 43

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

Shades of Chilean Fire #C75A2B

Tints of Chilean Fire #C75A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 59.94%
G = 27.11%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C75A2B (or 0xC75A2B) is known color: Chilean Fire. HEX triplet: C7, 5A and 2B. RGB value is (199,90,43). Sum of RGB (Red+Green+Blue) = 199+90+43=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A2B is #38A5D4. Grayscale: #757575. Windows color (decimal): -3712469 or 2841287. OLE color: 2841287.

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

Color convert

RGB 199 90 43 -
CMYK 0 0.55 0.78 0.22
HSL 18.08º 0.64% 0.47% -
HSV(B) 18.08º 0.78% 0.78% -
XYZ 27.65 19.63 4.62 -
YUV 117.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 199 90 43 0 0.55 0.78 0.22 18.08 0.64 0.47
Hex C7 5A 2B 0 37 4E 16 12 40 2F
Octal 307 132 53 0 67 116 26 22 100 57
Binary 11000111 1011010 101011 0 110111 1001110 10110 10010 1000000 101111

Color Harmonies of #C75A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A2B

Black with #C75A2B

Text Example


Text Example

White with #C75A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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