Html Css Color HEX #E6381B Cinnabar

📋 copy color: '#E6381B'

red 230 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #E6381B

Tints of Cinnabar #E6381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 73.48%
G = 17.89%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6381B (or 0xE6381B) is known color: Cinnabar. HEX triplet: E6, 38 and 1B. RGB value is (230,56,27). Sum of RGB (Red+Green+Blue) = 230+56+27=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6381B is #19C7E4. Grayscale: #696969. Windows color (decimal): -1689573 or 1784038. OLE color: 1784038.

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

Color convert

RGB 230 56 27 -
CMYK 0 0.76 0.88 0.10
HSL 8.57º 0.8% 0.5% -
HSV(B) 8.57º 0.88% 0.9% -
XYZ 34.25 19.73 3.04 -
YUV 104.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 230 56 27 0 0.76 0.88 0.10 8.57 0.8 0.5
Hex E6 38 1B 0 4C 58 A 9 50 32
Octal 346 70 33 0 114 130 12 11 120 62
Binary 11100110 111000 11011 0 1001100 1011000 1010 1001 1010000 110010

Color Harmonies of #E6381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6381B

Black with #E6381B

Text Example


Text Example

White with #E6381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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