Html Css Color HEX #C35441 Flame Pea

📋 copy color: '#C35441'

red 195 ◦ green 84 ◦ blue 65

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

Shades of Flame Pea #C35441

Tints of Flame Pea #C35441

RGB

 RED value IS 195 (76.56% from 255) = 56.69%

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 56.69%
G = 24.42%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35441 (or 0xC35441) is known color: Flame Pea. HEX triplet: C3, 54 and 41. RGB value is (195,84,65). Sum of RGB (Red+Green+Blue) = 195+84+65=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35441 is #3CABBE. Grayscale: #737373. Windows color (decimal): -3976127 or 4281539. OLE color: 4281539.

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

Color convert

RGB 195 84 65 -
CMYK 0 0.57 0.67 0.24
HSL 8.77º 0.52% 0.51% -
HSV(B) 8.77º 0.67% 0.76% -
XYZ 26.63 18.32 7.13 -
YUV 115.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 195 84 65 0 0.57 0.67 0.24 8.77 0.52 0.51
Hex C3 54 41 0 39 43 18 9 34 33
Octal 303 124 101 0 71 103 30 11 64 63
Binary 11000011 1010100 1000001 0 111001 1000011 11000 1001 110100 110011

Color Harmonies of #C35441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35441

Black with #C35441

Text Example


Text Example

White with #C35441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35441; }

 p { color: rgb(195,84,65); }

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

background-color css

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

 a { background-color: rgb(195,84,65); }

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

border-color css

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

 span { border-color: rgb(195,84,65); }

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