Html Css Color HEX #E6453D Cinnabar

📋 copy color: '#E6453D'

red 230 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #E6453D

Tints of Cinnabar #E6453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 63.89%
G = 19.17%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6453D (or 0xE6453D) is known color: Cinnabar. HEX triplet: E6, 45 and 3D. RGB value is (230,69,61). Sum of RGB (Red+Green+Blue) = 230+69+61=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6453D is #19BAC2. Grayscale: #747474. Windows color (decimal): -1686211 or 4015590. OLE color: 4015590.

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

Color convert

RGB 230 69 61 -
CMYK 0 0.7 0.73 0.10
HSL 2.84º 0.77% 0.57% -
HSV(B) 2.84º 0.73% 0.9% -
XYZ 35.6 21.42 6.67 -
YUV 116.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 230 69 61 0 0.7 0.73 0.10 2.84 0.77 0.57
Hex E6 45 3D 0 46 49 A 3 4D 39
Octal 346 105 75 0 106 111 12 3 115 71
Binary 11100110 1000101 111101 0 1000110 1001001 1010 11 1001101 111001

Color Harmonies of #E6453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6453D

Black with #E6453D

Text Example


Text Example

White with #E6453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6453D; }

 p { color: rgb(230,69,61); }

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

background-color css

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

 a { background-color: rgb(230,69,61); }

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

border-color css

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

 span { border-color: rgb(230,69,61); }

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