Html Css Color HEX #E6332A Cinnabar

📋 copy color: '#E6332A'

red 230 ◦ green 51 ◦ blue 42

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

Shades of Cinnabar #E6332A

Tints of Cinnabar #E6332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 71.21%
G = 15.79%
B = 13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6332A (or 0xE6332A) is known color: Cinnabar. HEX triplet: E6, 33 and 2A. RGB value is (230,51,42). Sum of RGB (Red+Green+Blue) = 230+51+42=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6332A is #19CCD5. Grayscale: #676767. Windows color (decimal): -1690838 or 2765798. OLE color: 2765798.

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

Color convert

RGB 230 51 42 -
CMYK 0 0.78 0.82 0.10
HSL 2.87º 0.79% 0.53% -
HSV(B) 2.87º 0.82% 0.9% -
XYZ 34.23 19.36 4.12 -
YUV 103.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 230 51 42 0 0.78 0.82 0.10 2.87 0.79 0.53
Hex E6 33 2A 0 4E 52 A 3 4F 35
Octal 346 63 52 0 116 122 12 3 117 65
Binary 11100110 110011 101010 0 1001110 1010010 1010 11 1001111 110101

Color Harmonies of #E6332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6332A

Black with #E6332A

Text Example


Text Example

White with #E6332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6332A; }

 p { color: rgb(230,51,42); }

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

background-color css

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

 a { background-color: rgb(230,51,42); }

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

border-color css

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

 span { border-color: rgb(230,51,42); }

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