Html Css Color HEX #C25F1C Chocolate

📋 copy color: '#C25F1C'

red 194 ◦ green 95 ◦ blue 28

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

Shades of Chocolate #C25F1C

Tints of Chocolate #C25F1C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 61.2%
G = 29.97%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C25F1C (or 0xC25F1C) is known color: Chocolate. HEX triplet: C2, 5F and 1C. RGB value is (194,95,28). Sum of RGB (Red+Green+Blue) = 194+95+28=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F1C is #3DA0E3. Grayscale: #757575. Windows color (decimal): -4038884 or 1859522. OLE color: 1859522.

HSL color Cylindrical-coordinate representation of color #C25F1C: hue angle of 24.22º 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 #C25F1C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 28 -
CMYK 0 0.51 0.86 0.24
HSL 24.22º 0.75% 0.44% -
HSV(B) 24.22º 0.86% 0.76% -
XYZ 26.55 19.74 3.51 -
YUV 116.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 194 95 28 0 0.51 0.86 0.24 24.22 0.75 0.44
Hex C2 5F 1C 0 33 56 18 18 4B 2C
Octal 302 137 34 0 63 126 30 30 113 54
Binary 11000010 1011111 11100 0 110011 1010110 11000 11000 1001011 101100

Color Harmonies of #C25F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F1C

Black with #C25F1C

Text Example


Text Example

White with #C25F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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