Html Css Color HEX #E82725 Cinnabar

📋 copy color: '#E82725'

red 232 ◦ green 39 ◦ blue 37

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

Shades of Cinnabar #E82725

Tints of Cinnabar #E82725

RGB

 RED value IS 232 (91.02% from 255) = 75.32%

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 75.32%
G = 12.66%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E82725 (or 0xE82725) is known color: Cinnabar. HEX triplet: E8, 27 and 25. RGB value is (232,39,37). Sum of RGB (Red+Green+Blue) = 232+39+37=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E82725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82725 is #17D8DA. Grayscale: #606060. Windows color (decimal): -1562843 or 2435048. OLE color: 2435048.

HSL color Cylindrical-coordinate representation of color #E82725: hue angle of 0.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82725 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 39 37 -
CMYK 0 0.83 0.84 0.09
HSL 0.62º 0.81% 0.53% -
HSV(B) 0.62º 0.84% 0.91% -
XYZ 34.34 18.74 3.56 -
YUV 96.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 232 39 37 0 0.83 0.84 0.09 0.62 0.81 0.53
Hex E8 27 25 0 53 54 9 1 51 35
Octal 350 47 45 0 123 124 11 1 121 65
Binary 11101000 100111 100101 0 1010011 1010100 1001 1 1010001 110101

Color Harmonies of #E82725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82725

Black with #E82725

Text Example


Text Example

White with #E82725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82725; }

 p { color: rgb(232,39,37); }

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

background-color css

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

 a { background-color: rgb(232,39,37); }

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

border-color css

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

 span { border-color: rgb(232,39,37); }

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