Html Css Color HEX #E64730 Cinnabar

📋 copy color: '#E64730'

red 230 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #E64730

Tints of Cinnabar #E64730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 65.9%
G = 20.34%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E64730 (or 0xE64730) is known color: Cinnabar. HEX triplet: E6, 47 and 30. RGB value is (230,71,48). Sum of RGB (Red+Green+Blue) = 230+71+48=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64730 is #19B8CF. Grayscale: #747474. Windows color (decimal): -1685712 or 3164134. OLE color: 3164134.

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

Color convert

RGB 230 71 48 -
CMYK 0 0.69 0.79 0.10
HSL 7.58º 0.78% 0.55% -
HSV(B) 7.58º 0.79% 0.9% -
XYZ 35.42 21.54 5.09 -
YUV 115.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 230 71 48 0 0.69 0.79 0.10 7.58 0.78 0.55
Hex E6 47 30 0 45 4F A 8 4E 37
Octal 346 107 60 0 105 117 12 10 116 67
Binary 11100110 1000111 110000 0 1000101 1001111 1010 1000 1001110 110111

Color Harmonies of #E64730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64730

Black with #E64730

Text Example


Text Example

White with #E64730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64730; }

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

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

background-color css

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

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

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

border-color css

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

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

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