Html Css Color HEX #C25D36 Smoke Tree

📋 copy color: '#C25D36'

red 194 ◦ green 93 ◦ blue 54

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

Shades of Smoke Tree #C25D36

Tints of Smoke Tree #C25D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 56.89%
G = 27.27%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C25D36 (or 0xC25D36) is known color: Smoke Tree. HEX triplet: C2, 5D and 36. RGB value is (194,93,54). Sum of RGB (Red+Green+Blue) = 194+93+54=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D36 is #3DA2C9. Grayscale: #777777. Windows color (decimal): -4039370 or 3562946. OLE color: 3562946.

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

Color convert

RGB 194 93 54 -
CMYK 0 0.52 0.72 0.24
HSL 16.71º 0.56% 0.49% -
HSV(B) 16.71º 0.72% 0.76% -
XYZ 26.83 19.56 5.85 -
YUV 118.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 194 93 54 0 0.52 0.72 0.24 16.71 0.56 0.49
Hex C2 5D 36 0 34 48 18 11 38 31
Octal 302 135 66 0 64 110 30 21 70 61
Binary 11000010 1011101 110110 0 110100 1001000 11000 10001 111000 110001

Color Harmonies of #C25D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D36

Black with #C25D36

Text Example


Text Example

White with #C25D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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