Html Css Color HEX #C25642 Flame Pea

📋 copy color: '#C25642'

red 194 ◦ green 86 ◦ blue 66

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

Shades of Flame Pea #C25642

Tints of Flame Pea #C25642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 56.07%
G = 24.86%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C25642 (or 0xC25642) is known color: Flame Pea. HEX triplet: C2, 56 and 42. RGB value is (194,86,66). Sum of RGB (Red+Green+Blue) = 194+86+66=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25642 is #3DA9BD. Grayscale: #747474. Windows color (decimal): -4041150 or 4347586. OLE color: 4347586.

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

Color convert

RGB 194 86 66 -
CMYK 0 0.56 0.66 0.24
HSL 9.38º 0.51% 0.51% -
HSV(B) 9.38º 0.66% 0.76% -
XYZ 26.56 18.52 7.33 -
YUV 116.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 194 86 66 0 0.56 0.66 0.24 9.38 0.51 0.51
Hex C2 56 42 0 38 42 18 9 33 33
Octal 302 126 102 0 70 102 30 11 63 63
Binary 11000010 1010110 1000010 0 111000 1000010 11000 1001 110011 110011

Color Harmonies of #C25642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25642

Black with #C25642

Text Example


Text Example

White with #C25642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25642; }

 p { color: rgb(194,86,66); }

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

background-color css

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

 a { background-color: rgb(194,86,66); }

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

border-color css

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

 span { border-color: rgb(194,86,66); }

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