Html Css Color HEX #E64C22 Cinnabar

📋 copy color: '#E64C22'

red 230 ◦ green 76 ◦ blue 34

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

Shades of Cinnabar #E64C22

Tints of Cinnabar #E64C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 34 (13.67% from 255) = 10%

R = 67.65%
G = 22.35%
B = 10%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E64C22 (or 0xE64C22) is known color: Cinnabar. HEX triplet: E6, 4C and 22. RGB value is (230,76,34). Sum of RGB (Red+Green+Blue) = 230+76+34=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C22 is #19B3DD. Grayscale: #757575. Windows color (decimal): -1684446 or 2247910. OLE color: 2247910.

HSL color Cylindrical-coordinate representation of color #E64C22: hue angle of 12.86º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E64C22 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 76 34 -
CMYK 0 0.67 0.85 0.10
HSL 12.86º 0.8% 0.52% -
HSV(B) 12.86º 0.85% 0.9% -
XYZ 35.51 22.11 3.91 -
YUV 117.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 230 76 34 0 0.67 0.85 0.10 12.86 0.8 0.52
Hex E6 4C 22 0 43 55 A D 50 34
Octal 346 114 42 0 103 125 12 15 120 64
Binary 11100110 1001100 100010 0 1000011 1010101 1010 1101 1010000 110100

Color Harmonies of #E64C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C22

Black with #E64C22

Text Example


Text Example

White with #E64C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C22; }

 p { color: rgb(230,76,34); }

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

background-color css

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

 a { background-color: rgb(230,76,34); }

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

border-color css

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

 span { border-color: rgb(230,76,34); }

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