Html Css Color HEX #C25D34 Smoke Tree

📋 copy color: '#C25D34'

red 194 ◦ green 93 ◦ blue 52

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

Shades of Smoke Tree #C25D34

Tints of Smoke Tree #C25D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 57.23%
G = 27.43%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C25D34 (or 0xC25D34) is known color: Smoke Tree. HEX triplet: C2, 5D and 34. RGB value is (194,93,52). Sum of RGB (Red+Green+Blue) = 194+93+52=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D34 is #3DA2CB. Grayscale: #767676. Windows color (decimal): -4039372 or 3431874. OLE color: 3431874.

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

Color convert

RGB 194 93 52 -
CMYK 0 0.52 0.73 0.24
HSL 17.32º 0.58% 0.48% -
HSV(B) 17.32º 0.73% 0.76% -
XYZ 26.78 19.55 5.61 -
YUV 118.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 194 93 52 0 0.52 0.73 0.24 17.32 0.58 0.48
Hex C2 5D 34 0 34 49 18 11 3A 30
Octal 302 135 64 0 64 111 30 21 72 60
Binary 11000010 1011101 110100 0 110100 1001001 11000 10001 111010 110000

Color Harmonies of #C25D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D34

Black with #C25D34

Text Example


Text Example

White with #C25D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D34; }

 p { color: rgb(194,93,52); }

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

background-color css

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

 a { background-color: rgb(194,93,52); }

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

border-color css

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

 span { border-color: rgb(194,93,52); }

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