Html Css Color HEX #C25D35 Smoke Tree

📋 copy color: '#C25D35'

red 194 ◦ green 93 ◦ blue 53

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

Shades of Smoke Tree #C25D35

Tints of Smoke Tree #C25D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 57.06%
G = 27.35%
B = 15.59%

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

#C25D35 (or 0xC25D35) is known color: Smoke Tree. HEX triplet: C2, 5D and 35. RGB value is (194,93,53). Sum of RGB (Red+Green+Blue) = 194+93+53=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D35 is #3DA2CA. Grayscale: #767676. Windows color (decimal): -4039371 or 3497410. OLE color: 3497410.

HSL color Cylindrical-coordinate representation of color #C25D35: hue angle of 17.02º degrees, saturation: 0.57, 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 #C25D35 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 93 53 -
CMYK 0 0.52 0.73 0.24
HSL 17.02º 0.57% 0.48% -
HSV(B) 17.02º 0.73% 0.76% -
XYZ 26.81 19.56 5.73 -
YUV 118.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 194 93 53 0 0.52 0.73 0.24 17.02 0.57 0.48
Hex C2 5D 35 0 34 49 18 11 39 30
Octal 302 135 65 0 64 111 30 21 71 60
Binary 11000010 1011101 110101 0 110100 1001001 11000 10001 111001 110000

Color Harmonies of #C25D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D35

Black with #C25D35

Text Example


Text Example

White with #C25D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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