Html Css Color HEX #C35D1D Christine

📋 copy color: '#C35D1D'

red 195 ◦ green 93 ◦ blue 29

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

Shades of Christine #C35D1D

Tints of Christine #C35D1D

RGB

 RED value IS 195 (76.56% from 255) = 61.51%

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 61.51%
G = 29.34%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C35D1D (or 0xC35D1D) is known color: Christine. HEX triplet: C3, 5D and 1D. RGB value is (195,93,29). Sum of RGB (Red+Green+Blue) = 195+93+29=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D1D is #3CA2E2. Grayscale: #747474. Windows color (decimal): -3973859 or 1924547. OLE color: 1924547.

HSL color Cylindrical-coordinate representation of color #C35D1D: hue angle of 23.13º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C35D1D is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 29 -
CMYK 0 0.52 0.85 0.24
HSL 23.13º 0.74% 0.44% -
HSV(B) 23.13º 0.85% 0.76% -
XYZ 26.64 19.52 3.53 -
YUV 116.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 195 93 29 0 0.52 0.85 0.24 23.13 0.74 0.44
Hex C3 5D 1D 0 34 55 18 17 4A 2C
Octal 303 135 35 0 64 125 30 27 112 54
Binary 11000011 1011101 11101 0 110100 1010101 11000 10111 1001010 101100

Color Harmonies of #C35D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D1D

Black with #C35D1D

Text Example


Text Example

White with #C35D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D1D; }

 p { color: rgb(195,93,29); }

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

background-color css

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

 a { background-color: rgb(195,93,29); }

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

border-color css

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

 span { border-color: rgb(195,93,29); }

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