Html Css Color HEX #E64630 Cinnabar

📋 copy color: '#E64630'

red 230 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #E64630

Tints of Cinnabar #E64630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 66.09%
G = 20.11%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E64630 (or 0xE64630) is known color: Cinnabar. HEX triplet: E6, 46 and 30. RGB value is (230,70,48). Sum of RGB (Red+Green+Blue) = 230+70+48=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E64630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64630 is #19B9CF. Grayscale: #737373. Windows color (decimal): -1685968 or 3163878. OLE color: 3163878.

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

Color convert

RGB 230 70 48 -
CMYK 0 0.70 0.79 0.10
HSL 7.25º 0.78% 0.55% -
HSV(B) 7.25º 0.79% 0.9% -
XYZ 35.36 21.42 5.07 -
YUV 115.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 230 70 48 0 0.70 0.79 0.10 7.25 0.78 0.55
Hex E6 46 30 0 46 4F A 7 4E 37
Octal 346 106 60 0 106 117 12 7 116 67
Binary 11100110 1000110 110000 0 1000110 1001111 1010 111 1001110 110111

Color Harmonies of #E64630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64630

Black with #E64630

Text Example


Text Example

White with #E64630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64630; }

 p { color: rgb(230,70,48); }

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

background-color css

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

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

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

border-color css

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

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

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