Html Css Color HEX #E6301F Cinnabar

📋 copy color: '#E6301F'

red 230 ◦ green 48 ◦ blue 31

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

Shades of Cinnabar #E6301F

Tints of Cinnabar #E6301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 74.43%
G = 15.53%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6301F (or 0xE6301F) is known color: Cinnabar. HEX triplet: E6, 30 and 1F. RGB value is (230,48,31). Sum of RGB (Red+Green+Blue) = 230+48+31=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6301F is #19CFE0. Grayscale: #646464. Windows color (decimal): -1691617 or 2044134. OLE color: 2044134.

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

Color convert

RGB 230 48 31 -
CMYK 0 0.79 0.87 0.10
HSL 5.13º 0.8% 0.51% -
HSV(B) 5.13º 0.87% 0.9% -
XYZ 33.94 19.04 3.18 -
YUV 100.48 88.8 220.38 -
System Red Green Blue C M Y K H S L
Decimal 230 48 31 0 0.79 0.87 0.10 5.13 0.8 0.51
Hex E6 30 1F 0 4F 57 A 5 50 33
Octal 346 60 37 0 117 127 12 5 120 63
Binary 11100110 110000 11111 0 1001111 1010111 1010 101 1010000 110011

Color Harmonies of #E6301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6301F

Black with #E6301F

Text Example


Text Example

White with #E6301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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