Html Css Color HEX #E64F22 Cinnabar

📋 copy color: '#E64F22'

red 230 ◦ green 79 ◦ blue 34

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

Shades of Cinnabar #E64F22

Tints of Cinnabar #E64F22

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 67.06%
G = 23.03%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E64F22 (or 0xE64F22) is known color: Cinnabar. HEX triplet: E6, 4F and 22. RGB value is (230,79,34). Sum of RGB (Red+Green+Blue) = 230+79+34=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F22 is #19B0DD. Grayscale: #777777. Windows color (decimal): -1683678 or 2248678. OLE color: 2248678.

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

Color convert

RGB 230 79 34 -
CMYK 0 0.66 0.85 0.10
HSL 13.78º 0.8% 0.52% -
HSV(B) 13.78º 0.85% 0.9% -
XYZ 35.72 22.53 3.98 -
YUV 119.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 230 79 34 0 0.66 0.85 0.10 13.78 0.8 0.52
Hex E6 4F 22 0 42 55 A E 50 34
Octal 346 117 42 0 102 125 12 16 120 64
Binary 11100110 1001111 100010 0 1000010 1010101 1010 1110 1010000 110100

Color Harmonies of #E64F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F22

Black with #E64F22

Text Example


Text Example

White with #E64F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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