Html Css Color HEX #E6362B Cinnabar

📋 copy color: '#E6362B'

red 230 ◦ green 54 ◦ blue 43

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

Shades of Cinnabar #E6362B

Tints of Cinnabar #E6362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 70.34%
G = 16.51%
B = 13.15%

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

#E6362B (or 0xE6362B) is known color: Cinnabar. HEX triplet: E6, 36 and 2B. RGB value is (230,54,43). Sum of RGB (Red+Green+Blue) = 230+54+43=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6362B is #19C9D4. Grayscale: #696969. Windows color (decimal): -1690069 or 2832102. OLE color: 2832102.

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

Color convert

RGB 230 54 43 -
CMYK 0 0.77 0.81 0.10
HSL 3.53º 0.79% 0.54% -
HSV(B) 3.53º 0.81% 0.9% -
XYZ 34.39 19.64 4.26 -
YUV 105.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 230 54 43 0 0.77 0.81 0.10 3.53 0.79 0.54
Hex E6 36 2B 0 4D 51 A 4 4F 36
Octal 346 66 53 0 115 121 12 4 117 66
Binary 11100110 110110 101011 0 1001101 1010001 1010 100 1001111 110110

Color Harmonies of #E6362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6362B

Black with #E6362B

Text Example


Text Example

White with #E6362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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