Html Css Color HEX #C25F35 Smoke Tree

📋 copy color: '#C25F35'

red 194 ◦ green 95 ◦ blue 53

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

Shades of Smoke Tree #C25F35

Tints of Smoke Tree #C25F35

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 56.73%
G = 27.78%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C25F35 (or 0xC25F35) is known color: Smoke Tree. HEX triplet: C2, 5F and 35. RGB value is (194,95,53). Sum of RGB (Red+Green+Blue) = 194+95+53=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F35 is #3DA0CA. Grayscale: #787878. Windows color (decimal): -4038859 or 3497922. OLE color: 3497922.

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

Color convert

RGB 194 95 53 -
CMYK 0 0.51 0.73 0.24
HSL 17.87º 0.57% 0.48% -
HSV(B) 17.87º 0.73% 0.76% -
XYZ 26.98 19.91 5.79 -
YUV 119.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 194 95 53 0 0.51 0.73 0.24 17.87 0.57 0.48
Hex C2 5F 35 0 33 49 18 12 39 30
Octal 302 137 65 0 63 111 30 22 71 60
Binary 11000010 1011111 110101 0 110011 1001001 11000 10010 111001 110000

Color Harmonies of #C25F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F35

Black with #C25F35

Text Example


Text Example

White with #C25F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F35; }

 p { color: rgb(194,95,53); }

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

background-color css

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

 a { background-color: rgb(194,95,53); }

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

border-color css

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

 span { border-color: rgb(194,95,53); }

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