Html Css Color HEX #E6361E Cinnabar

📋 copy color: '#E6361E'

red 230 ◦ green 54 ◦ blue 30

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

Shades of Cinnabar #E6361E

Tints of Cinnabar #E6361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 73.25%
G = 17.2%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6361E (or 0xE6361E) is known color: Cinnabar. HEX triplet: E6, 36 and 1E. RGB value is (230,54,30). Sum of RGB (Red+Green+Blue) = 230+54+30=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6361E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6361E is #19C9E1. Grayscale: #686868. Windows color (decimal): -1690082 or 1980134. OLE color: 1980134.

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

Color convert

RGB 230 54 30 -
CMYK 0 0.77 0.87 0.10
HSL 7.2º 0.8% 0.51% -
HSV(B) 7.2º 0.87% 0.9% -
XYZ 34.19 19.56 3.2 -
YUV 103.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 230 54 30 0 0.77 0.87 0.10 7.2 0.8 0.51
Hex E6 36 1E 0 4D 57 A 7 50 33
Octal 346 66 36 0 115 127 12 7 120 63
Binary 11100110 110110 11110 0 1001101 1010111 1010 111 1010000 110011

Color Harmonies of #E6361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6361E

Black with #E6361E

Text Example


Text Example

White with #E6361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6361E; }

 p { color: rgb(230,54,30); }

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

background-color css

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

 a { background-color: rgb(230,54,30); }

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

border-color css

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

 span { border-color: rgb(230,54,30); }

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