Html Css Color HEX #C25B2F Smoke Tree

📋 copy color: '#C25B2F'

red 194 ◦ green 91 ◦ blue 47

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

Shades of Smoke Tree #C25B2F

Tints of Smoke Tree #C25B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 58.43%
G = 27.41%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C25B2F (or 0xC25B2F) is known color: Smoke Tree. HEX triplet: C2, 5B and 2F. RGB value is (194,91,47). Sum of RGB (Red+Green+Blue) = 194+91+47=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B2F is #3DA4D0. Grayscale: #757575. Windows color (decimal): -4039889 or 3103682. OLE color: 3103682.

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

Color convert

RGB 194 91 47 -
CMYK 0 0.53 0.76 0.24
HSL 17.96º 0.61% 0.47% -
HSV(B) 17.96º 0.76% 0.76% -
XYZ 26.5 19.16 4.99 -
YUV 116.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 194 91 47 0 0.53 0.76 0.24 17.96 0.61 0.47
Hex C2 5B 2F 0 35 4C 18 12 3D 2F
Octal 302 133 57 0 65 114 30 22 75 57
Binary 11000010 1011011 101111 0 110101 1001100 11000 10010 111101 101111

Color Harmonies of #C25B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B2F

Black with #C25B2F

Text Example


Text Example

White with #C25B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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