Html Css Color HEX #E64848 Cinnabar

📋 copy color: '#E64848'

red 230 ◦ green 72 ◦ blue 72

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

Shades of Cinnabar #E64848

Tints of Cinnabar #E64848

RGB

 RED value IS 230 (90.23% from 255) = 61.5%

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 61.5%
G = 19.25%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E64848 (or 0xE64848) is known color: Cinnabar. HEX triplet: E6, 48 and 48. RGB value is (230,72,72). Sum of RGB (Red+Green+Blue) = 230+72+72=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E64848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64848 is #19B7B7. Grayscale: #777777. Windows color (decimal): -1685432 or 4737254. OLE color: 4737254.

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

Color convert

RGB 230 72 72 -
CMYK 0 0.69 0.69 0.10
HSL 0.76% 0.59% -
HSV(B) 0.69% 0.9% -
XYZ 36.12 21.93 8.46 -
YUV 119.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 230 72 72 0 0.69 0.69 0.10 0 0.76 0.59
Hex E6 48 48 0 45 45 A 0 4C 3B
Octal 346 110 110 0 105 105 12 0 114 73
Binary 11100110 1001000 1001000 0 1000101 1000101 1010 0 1001100 111011

Color Harmonies of #E64848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64848

Black with #E64848

Text Example


Text Example

White with #E64848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64848; }

 p { color: rgb(230,72,72); }

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

background-color css

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

 a { background-color: rgb(230,72,72); }

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

border-color css

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

 span { border-color: rgb(230,72,72); }

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