Html Css Color HEX #E64326 Cinnabar

📋 copy color: '#E64326'

red 230 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #E64326

Tints of Cinnabar #E64326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 68.66%
G = 20%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E64326 (or 0xE64326) is known color: Cinnabar. HEX triplet: E6, 43 and 26. RGB value is (230,67,38). Sum of RGB (Red+Green+Blue) = 230+67+38=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64326 is #19BCD9. Grayscale: #707070. Windows color (decimal): -1686746 or 2507750. OLE color: 2507750.

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

Color convert

RGB 230 67 38 -
CMYK 0 0.71 0.83 0.10
HSL 9.06º 0.79% 0.53% -
HSV(B) 9.06º 0.83% 0.9% -
XYZ 34.99 20.98 4.04 -
YUV 112.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 230 67 38 0 0.71 0.83 0.10 9.06 0.79 0.53
Hex E6 43 26 0 47 53 A 9 4F 35
Octal 346 103 46 0 107 123 12 11 117 65
Binary 11100110 1000011 100110 0 1000111 1010011 1010 1001 1001111 110101

Color Harmonies of #E64326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64326

Black with #E64326

Text Example


Text Example

White with #E64326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64326; }

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

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

background-color css

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

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

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

border-color css

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

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

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