Html Css Color HEX #E6382B Cinnabar

📋 copy color: '#E6382B'

red 230 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #E6382B

Tints of Cinnabar #E6382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 69.91%
G = 17.02%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6382B (or 0xE6382B) is known color: Cinnabar. HEX triplet: E6, 38 and 2B. RGB value is (230,56,43). Sum of RGB (Red+Green+Blue) = 230+56+43=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6382B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6382B is #19C7D4. Grayscale: #6A6A6A. Windows color (decimal): -1689557 or 2832614. OLE color: 2832614.

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

Color convert

RGB 230 56 43 -
CMYK 0 0.76 0.81 0.10
HSL 4.17º 0.79% 0.54% -
HSV(B) 4.17º 0.81% 0.9% -
XYZ 34.48 19.83 4.29 -
YUV 106.54 92.15 216.06 -
System Red Green Blue C M Y K H S L
Decimal 230 56 43 0 0.76 0.81 0.10 4.17 0.79 0.54
Hex E6 38 2B 0 4C 51 A 4 4F 36
Octal 346 70 53 0 114 121 12 4 117 66
Binary 11100110 111000 101011 0 1001100 1010001 1010 100 1001111 110110

Color Harmonies of #E6382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6382B

Black with #E6382B

Text Example


Text Example

White with #E6382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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