Html Css Color HEX #C25828 Smoke Tree

📋 copy color: '#C25828'

red 194 ◦ green 88 ◦ blue 40

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

Shades of Smoke Tree #C25828

Tints of Smoke Tree #C25828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 60.25%
G = 27.33%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C25828 (or 0xC25828) is known color: Smoke Tree. HEX triplet: C2, 58 and 28. RGB value is (194,88,40). Sum of RGB (Red+Green+Blue) = 194+88+40=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25828 is #3DA7D7. Grayscale: #727272. Windows color (decimal): -4040664 or 2644162. OLE color: 2644162.

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

Color convert

RGB 194 88 40 -
CMYK 0 0.55 0.79 0.24
HSL 18.7º 0.66% 0.46% -
HSV(B) 18.7º 0.79% 0.76% -
XYZ 26.12 18.6 4.22 -
YUV 114.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 194 88 40 0 0.55 0.79 0.24 18.7 0.66 0.46
Hex C2 58 28 0 37 4F 18 13 42 2E
Octal 302 130 50 0 67 117 30 23 102 56
Binary 11000010 1011000 101000 0 110111 1001111 11000 10011 1000010 101110

Color Harmonies of #C25828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25828

Black with #C25828

Text Example


Text Example

White with #C25828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25828; }

 p { color: rgb(194,88,40); }

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

background-color css

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

 a { background-color: rgb(194,88,40); }

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

border-color css

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

 span { border-color: rgb(194,88,40); }

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