Html Css Color HEX #E6321E Cinnabar

📋 copy color: '#E6321E'

red 230 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #E6321E

Tints of Cinnabar #E6321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 74.19%
G = 16.13%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6321E (or 0xE6321E) is known color: Cinnabar. HEX triplet: E6, 32 and 1E. RGB value is (230,50,30). Sum of RGB (Red+Green+Blue) = 230+50+30=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6321E is #19CDE1. Grayscale: #656565. Windows color (decimal): -1691106 or 1979110. OLE color: 1979110.

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

Color convert

RGB 230 50 30 -
CMYK 0 0.78 0.87 0.10
HSL 0.8% 0.51% -
HSV(B) 0.87% 0.9% -
XYZ 34.01 19.2 3.14 -
YUV 101.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 230 50 30 0 0.78 0.87 0.10 6 0.8 0.51
Hex E6 32 1E 0 4E 57 A 6 50 33
Octal 346 62 36 0 116 127 12 6 120 63
Binary 11100110 110010 11110 0 1001110 1010111 1010 110 1010000 110011

Color Harmonies of #E6321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6321E

Black with #E6321E

Text Example


Text Example

White with #E6321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6321E; }

 p { color: rgb(230,50,30); }

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

background-color css

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

 a { background-color: rgb(230,50,30); }

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

border-color css

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

 span { border-color: rgb(230,50,30); }

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