Html Css Color HEX #E6371A Cinnabar

📋 copy color: '#E6371A'

red 230 ◦ green 55 ◦ blue 26

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

Shades of Cinnabar #E6371A

Tints of Cinnabar #E6371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 73.95%
G = 17.68%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6371A (or 0xE6371A) is known color: Cinnabar. HEX triplet: E6, 37 and 1A. RGB value is (230,55,26). Sum of RGB (Red+Green+Blue) = 230+55+26=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6371A is #19C8E5. Grayscale: #686868. Windows color (decimal): -1689830 or 1718246. OLE color: 1718246.

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

Color convert

RGB 230 55 26 -
CMYK 0 0.76 0.89 0.10
HSL 8.53º 0.8% 0.5% -
HSV(B) 8.53º 0.89% 0.9% -
XYZ 34.19 19.63 2.96 -
YUV 104.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 230 55 26 0 0.76 0.89 0.10 8.53 0.8 0.5
Hex E6 37 1A 0 4C 59 A 9 50 32
Octal 346 67 32 0 114 131 12 11 120 62
Binary 11100110 110111 11010 0 1001100 1011001 1010 1001 1010000 110010

Color Harmonies of #E6371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6371A

Black with #E6371A

Text Example


Text Example

White with #E6371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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