Html Css Color HEX #882325 Flame Red

📋 copy color: '#882325'

red 136 ◦ green 35 ◦ blue 37

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

Shades of Flame Red #882325

Tints of Flame Red #882325

RGB

 RED value IS 136 (53.52% from 255) = 65.38%

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 65.38%
G = 16.83%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#882325 (or 0x882325) is known color: Flame Red. HEX triplet: 88, 23 and 25. RGB value is (136,35,37). Sum of RGB (Red+Green+Blue) = 136+35+37=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882325 is #77DCDA. Grayscale: #414141. Windows color (decimal): -7855323 or 2433928. OLE color: 2433928.

HSL color Cylindrical-coordinate representation of color #882325: hue angle of 358.81º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882325 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 37 -
CMYK 0 0.74 0.73 0.47
HSL 358.81º 0.59% 0.34% -
HSV(B) 358.81º 0.74% 0.53% -
XYZ 11.09 6.57 2.43 -
YUV 65.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 136 35 37 0 0.74 0.73 0.47 358.81 0.59 0.34
Hex 88 23 25 0 4A 49 2F 167 3B 22
Octal 210 43 45 0 112 111 57 547 73 42
Binary 10001000 100011 100101 0 1001010 1001001 101111 101100111 111011 100010

Color Harmonies of #882325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882325

Black with #882325

Text Example


Text Example

White with #882325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882325; }

 p { color: rgb(136,35,37); }

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

background-color css

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

 a { background-color: rgb(136,35,37); }

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

border-color css

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

 span { border-color: rgb(136,35,37); }

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