Html Css Color HEX #E6533F Cinnabar

📋 copy color: '#E6533F'

red 230 ◦ green 83 ◦ blue 63

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

Shades of Cinnabar #E6533F

Tints of Cinnabar #E6533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 63 (25% from 255) = 16.76%

R = 61.17%
G = 22.07%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6533F (or 0xE6533F) is known color: Cinnabar. HEX triplet: E6, 53 and 3F. RGB value is (230,83,63). Sum of RGB (Red+Green+Blue) = 230+83+63=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6533F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6533F is #19ACC0. Grayscale: #7C7C7C. Windows color (decimal): -1682625 or 4150246. OLE color: 4150246.

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

Color convert

RGB 230 83 63 -
CMYK 0 0.64 0.73 0.10
HSL 7.19º 0.77% 0.57% -
HSV(B) 7.19º 0.73% 0.9% -
XYZ 36.62 23.37 7.28 -
YUV 124.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 230 83 63 0 0.64 0.73 0.10 7.19 0.77 0.57
Hex E6 53 3F 0 40 49 A 7 4D 39
Octal 346 123 77 0 100 111 12 7 115 71
Binary 11100110 1010011 111111 0 1000000 1001001 1010 111 1001101 111001

Color Harmonies of #E6533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6533F

Black with #E6533F

Text Example


Text Example

White with #E6533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6533F; }

 p { color: rgb(230,83,63); }

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

background-color css

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

 a { background-color: rgb(230,83,63); }

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

border-color css

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

 span { border-color: rgb(230,83,63); }

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