Html Css Color HEX #E64316 Cinnabar

📋 copy color: '#E64316'

red 230 ◦ green 67 ◦ blue 22

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

Shades of Cinnabar #E64316

Tints of Cinnabar #E64316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 72.1%
G = 21%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64316 (or 0xE64316) is known color: Cinnabar. HEX triplet: E6, 43 and 16. RGB value is (230,67,22). Sum of RGB (Red+Green+Blue) = 230+67+22=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E64316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64316 is #19BCE9. Grayscale: #6E6E6E. Windows color (decimal): -1686762 or 1459174. OLE color: 1459174.

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

Color convert

RGB 230 67 22 -
CMYK 0 0.71 0.90 0.10
HSL 12.98º 0.83% 0.49% -
HSV(B) 12.98º 0.9% 0.9% -
XYZ 34.79 20.9 2.96 -
YUV 110.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 230 67 22 0 0.71 0.90 0.10 12.98 0.83 0.49
Hex E6 43 16 0 47 5A A D 53 31
Octal 346 103 26 0 107 132 12 15 123 61
Binary 11100110 1000011 10110 0 1000111 1011010 1010 1101 1010011 110001

Color Harmonies of #E64316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64316

Black with #E64316

Text Example


Text Example

White with #E64316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64316; }

 p { color: rgb(230,67,22); }

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

background-color css

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

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

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

border-color css

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

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

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