Html Css Color HEX #C25A2C Smoke Tree

📋 copy color: '#C25A2C'

red 194 ◦ green 90 ◦ blue 44

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

Shades of Smoke Tree #C25A2C

Tints of Smoke Tree #C25A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 59.15%
G = 27.44%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C25A2C (or 0xC25A2C) is known color: Smoke Tree. HEX triplet: C2, 5A and 2C. RGB value is (194,90,44). Sum of RGB (Red+Green+Blue) = 194+90+44=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A2C is #3DA5D3. Grayscale: #747474. Windows color (decimal): -4040148 or 2906818. OLE color: 2906818.

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

Color convert

RGB 194 90 44 -
CMYK 0 0.54 0.77 0.24
HSL 18.4º 0.63% 0.47% -
HSV(B) 18.4º 0.77% 0.76% -
XYZ 26.36 18.96 4.65 -
YUV 115.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 194 90 44 0 0.54 0.77 0.24 18.4 0.63 0.47
Hex C2 5A 2C 0 36 4D 18 12 3F 2F
Octal 302 132 54 0 66 115 30 22 77 57
Binary 11000010 1011010 101100 0 110110 1001101 11000 10010 111111 101111

Color Harmonies of #C25A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A2C

Black with #C25A2C

Text Example


Text Example

White with #C25A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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