Html Css Color HEX #E6372A Cinnabar

📋 copy color: '#E6372A'

red 230 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #E6372A

Tints of Cinnabar #E6372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 70.34%
G = 16.82%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6372A (or 0xE6372A) is known color: Cinnabar. HEX triplet: E6, 37 and 2A. RGB value is (230,55,42). Sum of RGB (Red+Green+Blue) = 230+55+42=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6372A is #19C8D5. Grayscale: #6A6A6A. Windows color (decimal): -1689814 or 2766822. OLE color: 2766822.

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

Color convert

RGB 230 55 42 -
CMYK 0 0.76 0.82 0.10
HSL 4.15º 0.79% 0.53% -
HSV(B) 4.15º 0.82% 0.9% -
XYZ 34.42 19.72 4.18 -
YUV 105.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 230 55 42 0 0.76 0.82 0.10 4.15 0.79 0.53
Hex E6 37 2A 0 4C 52 A 4 4F 35
Octal 346 67 52 0 114 122 12 4 117 65
Binary 11100110 110111 101010 0 1001100 1010010 1010 100 1001111 110101

Color Harmonies of #E6372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6372A

Black with #E6372A

Text Example


Text Example

White with #E6372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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