Html Css Color HEX #E6553A Cinnabar

📋 copy color: '#E6553A'

red 230 ◦ green 85 ◦ blue 58

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

Shades of Cinnabar #E6553A

Tints of Cinnabar #E6553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 61.66%
G = 22.79%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6553A (or 0xE6553A) is known color: Cinnabar. HEX triplet: E6, 55 and 3A. RGB value is (230,85,58). Sum of RGB (Red+Green+Blue) = 230+85+58=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6553A is #19AAC5. Grayscale: #7D7D7D. Windows color (decimal): -1682118 or 3823078. OLE color: 3823078.

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

Color convert

RGB 230 85 58 -
CMYK 0 0.63 0.75 0.10
HSL 9.42º 0.77% 0.56% -
HSV(B) 9.42º 0.75% 0.9% -
XYZ 36.65 23.63 6.63 -
YUV 125.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 230 85 58 0 0.63 0.75 0.10 9.42 0.77 0.56
Hex E6 55 3A 0 3F 4B A 9 4D 38
Octal 346 125 72 0 77 113 12 11 115 70
Binary 11100110 1010101 111010 0 111111 1001011 1010 1001 1001101 111000

Color Harmonies of #E6553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6553A

Black with #E6553A

Text Example


Text Example

White with #E6553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6553A; }

 p { color: rgb(230,85,58); }

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

background-color css

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

 a { background-color: rgb(230,85,58); }

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

border-color css

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

 span { border-color: rgb(230,85,58); }

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