Html Css Color HEX #C25E2F Smoke Tree

📋 copy color: '#C25E2F'

red 194 ◦ green 94 ◦ blue 47

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

Shades of Smoke Tree #C25E2F

Tints of Smoke Tree #C25E2F

RGB

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

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

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

R = 57.91%
G = 28.06%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C25E2F (or 0xC25E2F) is known color: Smoke Tree. HEX triplet: C2, 5E and 2F. RGB value is (194,94,47). Sum of RGB (Red+Green+Blue) = 194+94+47=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E2F is #3DA1D0. Grayscale: #767676. Windows color (decimal): -4039121 or 3104450. OLE color: 3104450.

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

Color convert

RGB 194 94 47 -
CMYK 0 0.52 0.76 0.24
HSL 19.18º 0.61% 0.47% -
HSV(B) 19.18º 0.76% 0.76% -
XYZ 26.76 19.68 5.08 -
YUV 118.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 194 94 47 0 0.52 0.76 0.24 19.18 0.61 0.47
Hex C2 5E 2F 0 34 4C 18 13 3D 2F
Octal 302 136 57 0 64 114 30 23 75 57
Binary 11000010 1011110 101111 0 110100 1001100 11000 10011 111101 101111

Color Harmonies of #C25E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E2F

Black with #C25E2F

Text Example


Text Example

White with #C25E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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