Html Css Color HEX #C25B34 Smoke Tree

📋 copy color: '#C25B34'

red 194 ◦ green 91 ◦ blue 52

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

Shades of Smoke Tree #C25B34

Tints of Smoke Tree #C25B34

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

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

R = 57.57%
G = 27%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C25B34 (or 0xC25B34) is known color: Smoke Tree. HEX triplet: C2, 5B and 34. RGB value is (194,91,52). Sum of RGB (Red+Green+Blue) = 194+91+52=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B34 is #3DA4CB. Grayscale: #757575. Windows color (decimal): -4039884 or 3431362. OLE color: 3431362.

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

Color convert

RGB 194 91 52 -
CMYK 0 0.53 0.73 0.24
HSL 16.48º 0.58% 0.48% -
HSV(B) 16.48º 0.73% 0.76% -
XYZ 26.61 19.2 5.55 -
YUV 117.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 194 91 52 0 0.53 0.73 0.24 16.48 0.58 0.48
Hex C2 5B 34 0 35 49 18 10 3A 30
Octal 302 133 64 0 65 111 30 20 72 60
Binary 11000010 1011011 110100 0 110101 1001001 11000 10000 111010 110000

Color Harmonies of #C25B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B34

Black with #C25B34

Text Example


Text Example

White with #C25B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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