Html Css Color HEX #E6331F Cinnabar

📋 copy color: '#E6331F'

red 230 ◦ green 51 ◦ blue 31

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

Shades of Cinnabar #E6331F

Tints of Cinnabar #E6331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 73.72%
G = 16.35%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6331F (or 0xE6331F) is known color: Cinnabar. HEX triplet: E6, 33 and 1F. RGB value is (230,51,31). Sum of RGB (Red+Green+Blue) = 230+51+31=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6331F is #19CCE0. Grayscale: #666666. Windows color (decimal): -1690849 or 2044902. OLE color: 2044902.

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

Color convert

RGB 230 51 31 -
CMYK 0 0.78 0.87 0.10
HSL 6.03º 0.8% 0.51% -
HSV(B) 6.03º 0.87% 0.9% -
XYZ 34.06 19.29 3.22 -
YUV 102.24 87.8 219.13 -
System Red Green Blue C M Y K H S L
Decimal 230 51 31 0 0.78 0.87 0.10 6.03 0.8 0.51
Hex E6 33 1F 0 4E 57 A 6 50 33
Octal 346 63 37 0 116 127 12 6 120 63
Binary 11100110 110011 11111 0 1001110 1010111 1010 110 1010000 110011

Color Harmonies of #E6331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6331F

Black with #E6331F

Text Example


Text Example

White with #E6331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6331F; }

 p { color: rgb(230,51,31); }

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

background-color css

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

 a { background-color: rgb(230,51,31); }

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

border-color css

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

 span { border-color: rgb(230,51,31); }

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