Html Css Color HEX #C1624F Flame Pea

📋 copy color: '#C1624F'

red 193 ◦ green 98 ◦ blue 79

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

Shades of Flame Pea #C1624F

Tints of Flame Pea #C1624F

RGB

 RED value IS 193 (75.78% from 255) = 52.16%

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 52.16%
G = 26.49%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1624F (or 0xC1624F) is known color: Flame Pea. HEX triplet: C1, 62 and 4F. RGB value is (193,98,79). Sum of RGB (Red+Green+Blue) = 193+98+79=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1624F is #3E9DB0. Grayscale: #7C7C7C. Windows color (decimal): -4103601 or 5202625. OLE color: 5202625.

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

Color convert

RGB 193 98 79 -
CMYK 0 0.49 0.59 0.24
HSL 10º 0.48% 0.53% -
HSV(B) 10º 0.59% 0.76% -
XYZ 27.77 20.64 9.92 -
YUV 124.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 193 98 79 0 0.49 0.59 0.24 10 0.48 0.53
Hex C1 62 4F 0 31 3B 18 A 30 35
Octal 301 142 117 0 61 73 30 12 60 65
Binary 11000001 1100010 1001111 0 110001 111011 11000 1010 110000 110101

Color Harmonies of #C1624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1624F

Black with #C1624F

Text Example


Text Example

White with #C1624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1624F; }

 p { color: rgb(193,98,79); }

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

background-color css

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

 a { background-color: rgb(193,98,79); }

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

border-color css

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

 span { border-color: rgb(193,98,79); }

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