Html Css Color HEX #C25E30 Smoke Tree

📋 copy color: '#C25E30'

red 194 ◦ green 94 ◦ blue 48

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

Shades of Smoke Tree #C25E30

Tints of Smoke Tree #C25E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 57.74%
G = 27.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C25E30 (or 0xC25E30) is known color: Smoke Tree. HEX triplet: C2, 5E and 30. RGB value is (194,94,48). Sum of RGB (Red+Green+Blue) = 194+94+48=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E30 is #3DA1CF. Grayscale: #767676. Windows color (decimal): -4039120 or 3169986. OLE color: 3169986.

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

Color convert

RGB 194 94 48 -
CMYK 0 0.52 0.75 0.24
HSL 18.9º 0.6% 0.47% -
HSV(B) 18.9º 0.75% 0.76% -
XYZ 26.78 19.69 5.18 -
YUV 118.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 194 94 48 0 0.52 0.75 0.24 18.9 0.6 0.47
Hex C2 5E 30 0 34 4B 18 13 3C 2F
Octal 302 136 60 0 64 113 30 23 74 57
Binary 11000010 1011110 110000 0 110100 1001011 11000 10011 111100 101111

Color Harmonies of #C25E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E30

Black with #C25E30

Text Example


Text Example

White with #C25E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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