Html Css Color HEX #C75E24 Christine

📋 copy color: '#C75E24'

red 199 ◦ green 94 ◦ blue 36

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

Shades of Christine #C75E24

Tints of Christine #C75E24

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 60.49%
G = 28.57%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C75E24 (or 0xC75E24) is known color: Christine. HEX triplet: C7, 5E and 24. RGB value is (199,94,36). Sum of RGB (Red+Green+Blue) = 199+94+36=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E24 is #38A1DB. Grayscale: #777777. Windows color (decimal): -3711452 or 2383559. OLE color: 2383559.

HSL color Cylindrical-coordinate representation of color #C75E24: hue angle of 21.35º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C75E24 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 36 -
CMYK 0 0.53 0.82 0.22
HSL 21.35º 0.69% 0.46% -
HSV(B) 21.35º 0.82% 0.78% -
XYZ 27.87 20.27 4.11 -
YUV 118.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 199 94 36 0 0.53 0.82 0.22 21.35 0.69 0.46
Hex C7 5E 24 0 35 52 16 15 45 2E
Octal 307 136 44 0 65 122 26 25 105 56
Binary 11000111 1011110 100100 0 110101 1010010 10110 10101 1000101 101110

Color Harmonies of #C75E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E24

Black with #C75E24

Text Example


Text Example

White with #C75E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E24; }

 p { color: rgb(199,94,36); }

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

background-color css

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

 a { background-color: rgb(199,94,36); }

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

border-color css

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

 span { border-color: rgb(199,94,36); }

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