Html Css Color HEX #C75D24 Christine

📋 copy color: '#C75D24'

red 199 ◦ green 93 ◦ blue 36

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

Shades of Christine #C75D24

Tints of Christine #C75D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 60.67%
G = 28.35%
B = 10.98%

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

#C75D24 (or 0xC75D24) is known color: Christine. HEX triplet: C7, 5D and 24. RGB value is (199,93,36). Sum of RGB (Red+Green+Blue) = 199+93+36=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D24 is #38A2DB. Grayscale: #767676. Windows color (decimal): -3711708 or 2383303. OLE color: 2383303.

HSL color Cylindrical-coordinate representation of color #C75D24: hue angle of 20.98º 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 #C75D24 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 36 -
CMYK 0 0.53 0.82 0.22
HSL 20.98º 0.69% 0.46% -
HSV(B) 20.98º 0.82% 0.78% -
XYZ 27.79 20.1 4.08 -
YUV 118.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 199 93 36 0 0.53 0.82 0.22 20.98 0.69 0.46
Hex C7 5D 24 0 35 52 16 15 45 2E
Octal 307 135 44 0 65 122 26 25 105 56
Binary 11000111 1011101 100100 0 110101 1010010 10110 10101 1000101 101110

Color Harmonies of #C75D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D24

Black with #C75D24

Text Example


Text Example

White with #C75D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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