Html Css Color HEX #C3583D Flame Pea

📋 copy color: '#C3583D'

red 195 ◦ green 88 ◦ blue 61

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

Shades of Flame Pea #C3583D

Tints of Flame Pea #C3583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 56.69%
G = 25.58%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3583D (or 0xC3583D) is known color: Flame Pea. HEX triplet: C3, 58 and 3D. RGB value is (195,88,61). Sum of RGB (Red+Green+Blue) = 195+88+61=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3583D is #3CA7C2. Grayscale: #757575. Windows color (decimal): -3975107 or 4020419. OLE color: 4020419.

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

Color convert

RGB 195 88 61 -
CMYK 0 0.55 0.69 0.24
HSL 12.09º 0.53% 0.5% -
HSV(B) 12.09º 0.69% 0.76% -
XYZ 26.84 18.92 6.65 -
YUV 116.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 195 88 61 0 0.55 0.69 0.24 12.09 0.53 0.5
Hex C3 58 3D 0 37 45 18 C 35 32
Octal 303 130 75 0 67 105 30 14 65 62
Binary 11000011 1011000 111101 0 110111 1000101 11000 1100 110101 110010

Color Harmonies of #C3583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3583D

Black with #C3583D

Text Example


Text Example

White with #C3583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3583D; }

 p { color: rgb(195,88,61); }

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

background-color css

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

 a { background-color: rgb(195,88,61); }

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

border-color css

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

 span { border-color: rgb(195,88,61); }

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