Html Css Color HEX #E65532 Cinnabar

📋 copy color: '#E65532'

red 230 ◦ green 85 ◦ blue 50

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

Shades of Cinnabar #E65532

Tints of Cinnabar #E65532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 63.01%
G = 23.29%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E65532 (or 0xE65532) is known color: Cinnabar. HEX triplet: E6, 55 and 32. RGB value is (230,85,50). Sum of RGB (Red+Green+Blue) = 230+85+50=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E65532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65532 is #19AACD. Grayscale: #7C7C7C. Windows color (decimal): -1682126 or 3298790. OLE color: 3298790.

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

Color convert

RGB 230 85 50 -
CMYK 0 0.63 0.78 0.10
HSL 11.67º 0.78% 0.55% -
HSV(B) 11.67º 0.78% 0.9% -
XYZ 36.46 23.55 5.64 -
YUV 124.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 230 85 50 0 0.63 0.78 0.10 11.67 0.78 0.55
Hex E6 55 32 0 3F 4E A C 4E 37
Octal 346 125 62 0 77 116 12 14 116 67
Binary 11100110 1010101 110010 0 111111 1001110 1010 1100 1001110 110111

Color Harmonies of #E65532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65532

Black with #E65532

Text Example


Text Example

White with #E65532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65532; }

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

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

background-color css

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

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

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

border-color css

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

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

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