Html Css Color HEX #C25A1C Christine

📋 copy color: '#C25A1C'

red 194 ◦ green 90 ◦ blue 28

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

Shades of Christine #C25A1C

Tints of Christine #C25A1C

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 62.18%
G = 28.85%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C25A1C (or 0xC25A1C) is known color: Christine. HEX triplet: C2, 5A and 1C. RGB value is (194,90,28). Sum of RGB (Red+Green+Blue) = 194+90+28=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A1C is #3DA5E3. Grayscale: #727272. Windows color (decimal): -4040164 or 1858242. OLE color: 1858242.

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

Color convert

RGB 194 90 28 -
CMYK 0 0.54 0.86 0.24
HSL 22.41º 0.75% 0.44% -
HSV(B) 22.41º 0.86% 0.76% -
XYZ 26.11 18.87 3.36 -
YUV 114.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 194 90 28 0 0.54 0.86 0.24 22.41 0.75 0.44
Hex C2 5A 1C 0 36 56 18 16 4B 2C
Octal 302 132 34 0 66 126 30 26 113 54
Binary 11000010 1011010 11100 0 110110 1010110 11000 10110 1001011 101100

Color Harmonies of #C25A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A1C

Black with #C25A1C

Text Example


Text Example

White with #C25A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A1C; }

 p { color: rgb(194,90,28); }

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

background-color css

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

 a { background-color: rgb(194,90,28); }

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

border-color css

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

 span { border-color: rgb(194,90,28); }

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