Html Css Color HEX #C3581F Christine

📋 copy color: '#C3581F'

red 195 ◦ green 88 ◦ blue 31

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

Shades of Christine #C3581F

Tints of Christine #C3581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 62.1%
G = 28.03%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3581F (or 0xC3581F) is known color: Christine. HEX triplet: C3, 58 and 1F. RGB value is (195,88,31). Sum of RGB (Red+Green+Blue) = 195+88+31=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C3581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3581F is #3CA7E0. Grayscale: #717171. Windows color (decimal): -3975137 or 2054339. OLE color: 2054339.

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

Color convert

RGB 195 88 31 -
CMYK 0 0.55 0.84 0.24
HSL 20.85º 0.73% 0.44% -
HSV(B) 20.85º 0.84% 0.76% -
XYZ 26.24 18.68 3.52 -
YUV 113.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 195 88 31 0 0.55 0.84 0.24 20.85 0.73 0.44
Hex C3 58 1F 0 37 54 18 15 49 2C
Octal 303 130 37 0 67 124 30 25 111 54
Binary 11000011 1011000 11111 0 110111 1010100 11000 10101 1001001 101100

Color Harmonies of #C3581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3581F

Black with #C3581F

Text Example


Text Example

White with #C3581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3581F; }

 p { color: rgb(195,88,31); }

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

background-color css

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

 a { background-color: rgb(195,88,31); }

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

border-color css

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

 span { border-color: rgb(195,88,31); }

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