Html Css Color HEX #E64430 Cinnabar

📋 copy color: '#E64430'

red 230 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #E64430

Tints of Cinnabar #E64430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 66.47%
G = 19.65%
B = 13.87%

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

#E64430 (or 0xE64430) is known color: Cinnabar. HEX triplet: E6, 44 and 30. RGB value is (230,68,48). Sum of RGB (Red+Green+Blue) = 230+68+48=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E64430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64430 is #19BBCF. Grayscale: #727272. Windows color (decimal): -1686480 or 3163366. OLE color: 3163366.

HSL color Cylindrical-coordinate representation of color #E64430: hue angle of 6.59º 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 #E64430 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 68 48 -
CMYK 0 0.70 0.79 0.10
HSL 6.59º 0.78% 0.55% -
HSV(B) 6.59º 0.79% 0.9% -
XYZ 35.23 21.17 5.03 -
YUV 114.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 230 68 48 0 0.70 0.79 0.10 6.59 0.78 0.55
Hex E6 44 30 0 46 4F A 7 4E 37
Octal 346 104 60 0 106 117 12 7 116 67
Binary 11100110 1000100 110000 0 1000110 1001111 1010 111 1001110 110111

Color Harmonies of #E64430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64430

Black with #E64430

Text Example


Text Example

White with #E64430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64430; }

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

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

background-color css

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

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

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

border-color css

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

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

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