Html Css Color HEX #C25E35 Smoke Tree

📋 copy color: '#C25E35'

red 194 ◦ green 94 ◦ blue 53

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

Shades of Smoke Tree #C25E35

Tints of Smoke Tree #C25E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 56.89%
G = 27.57%
B = 15.54%

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

#C25E35 (or 0xC25E35) is known color: Smoke Tree. HEX triplet: C2, 5E and 35. RGB value is (194,94,53). Sum of RGB (Red+Green+Blue) = 194+94+53=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E35 is #3DA1CA. Grayscale: #777777. Windows color (decimal): -4039115 or 3497666. OLE color: 3497666.

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

Color convert

RGB 194 94 53 -
CMYK 0 0.52 0.73 0.24
HSL 17.45º 0.57% 0.48% -
HSV(B) 17.45º 0.73% 0.76% -
XYZ 26.89 19.73 5.76 -
YUV 119.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 194 94 53 0 0.52 0.73 0.24 17.45 0.57 0.48
Hex C2 5E 35 0 34 49 18 11 39 30
Octal 302 136 65 0 64 111 30 21 71 60
Binary 11000010 1011110 110101 0 110100 1001001 11000 10001 111001 110000

Color Harmonies of #C25E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E35

Black with #C25E35

Text Example


Text Example

White with #C25E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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