Html Css Color HEX #E6342B Cinnabar

📋 copy color: '#E6342B'

red 230 ◦ green 52 ◦ blue 43

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

Shades of Cinnabar #E6342B

Tints of Cinnabar #E6342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 70.77%
G = 16%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6342B (or 0xE6342B) is known color: Cinnabar. HEX triplet: E6, 34 and 2B. RGB value is (230,52,43). Sum of RGB (Red+Green+Blue) = 230+52+43=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6342B is #19CBD4. Grayscale: #686868. Windows color (decimal): -1690581 or 2831590. OLE color: 2831590.

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

Color convert

RGB 230 52 43 -
CMYK 0 0.77 0.81 0.10
HSL 2.89º 0.79% 0.54% -
HSV(B) 2.89º 0.81% 0.9% -
XYZ 34.3 19.45 4.23 -
YUV 104.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 230 52 43 0 0.77 0.81 0.10 2.89 0.79 0.54
Hex E6 34 2B 0 4D 51 A 3 4F 36
Octal 346 64 53 0 115 121 12 3 117 66
Binary 11100110 110100 101011 0 1001101 1010001 1010 11 1001111 110110

Color Harmonies of #E6342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6342B

Black with #E6342B

Text Example


Text Example

White with #E6342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6342B; }

 p { color: rgb(230,52,43); }

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

background-color css

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

 a { background-color: rgb(230,52,43); }

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

border-color css

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

 span { border-color: rgb(230,52,43); }

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