Html Css Color HEX #C25A2F Smoke Tree

📋 copy color: '#C25A2F'

red 194 ◦ green 90 ◦ blue 47

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

Shades of Smoke Tree #C25A2F

Tints of Smoke Tree #C25A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 58.61%
G = 27.19%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C25A2F (or 0xC25A2F) is known color: Smoke Tree. HEX triplet: C2, 5A and 2F. RGB value is (194,90,47). Sum of RGB (Red+Green+Blue) = 194+90+47=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A2F is #3DA5D0. Grayscale: #747474. Windows color (decimal): -4040145 or 3103426. OLE color: 3103426.

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

Color convert

RGB 194 90 47 -
CMYK 0 0.54 0.76 0.24
HSL 17.55º 0.61% 0.47% -
HSV(B) 17.55º 0.76% 0.76% -
XYZ 26.42 18.99 4.96 -
YUV 116.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 194 90 47 0 0.54 0.76 0.24 17.55 0.61 0.47
Hex C2 5A 2F 0 36 4C 18 12 3D 2F
Octal 302 132 57 0 66 114 30 22 75 57
Binary 11000010 1011010 101111 0 110110 1001100 11000 10010 111101 101111

Color Harmonies of #C25A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A2F

Black with #C25A2F

Text Example


Text Example

White with #C25A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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