Html Css Color HEX #E6372C Cinnabar

📋 copy color: '#E6372C'

red 230 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #E6372C

Tints of Cinnabar #E6372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 69.91%
G = 16.72%
B = 13.37%

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

#E6372C (or 0xE6372C) is known color: Cinnabar. HEX triplet: E6, 37 and 2C. RGB value is (230,55,44). Sum of RGB (Red+Green+Blue) = 230+55+44=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6372C is #19C8D3. Grayscale: #6A6A6A. Windows color (decimal): -1689812 or 2897894. OLE color: 2897894.

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

Color convert

RGB 230 55 44 -
CMYK 0 0.76 0.81 0.10
HSL 3.55º 0.79% 0.54% -
HSV(B) 3.55º 0.81% 0.9% -
XYZ 34.45 19.74 4.38 -
YUV 106.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 230 55 44 0 0.76 0.81 0.10 3.55 0.79 0.54
Hex E6 37 2C 0 4C 51 A 4 4F 36
Octal 346 67 54 0 114 121 12 4 117 66
Binary 11100110 110111 101100 0 1001100 1010001 1010 100 1001111 110110

Color Harmonies of #E6372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6372C

Black with #E6372C

Text Example


Text Example

White with #E6372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6372C; }

 p { color: rgb(230,55,44); }

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

background-color css

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

 a { background-color: rgb(230,55,44); }

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

border-color css

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

 span { border-color: rgb(230,55,44); }

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