Html Css Color HEX #E65030 Cinnabar

📋 copy color: '#E65030'

red 230 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #E65030

Tints of Cinnabar #E65030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 64.25%
G = 22.35%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E65030 (or 0xE65030) is known color: Cinnabar. HEX triplet: E6, 50 and 30. RGB value is (230,80,48). Sum of RGB (Red+Green+Blue) = 230+80+48=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E65030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65030 is #19AFCF. Grayscale: #797979. Windows color (decimal): -1683408 or 3166438. OLE color: 3166438.

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

Color convert

RGB 230 80 48 -
CMYK 0 0.65 0.79 0.10
HSL 10.55º 0.78% 0.55% -
HSV(B) 10.55º 0.79% 0.9% -
XYZ 36.04 22.77 5.29 -
YUV 121.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 230 80 48 0 0.65 0.79 0.10 10.55 0.78 0.55
Hex E6 50 30 0 41 4F A B 4E 37
Octal 346 120 60 0 101 117 12 13 116 67
Binary 11100110 1010000 110000 0 1000001 1001111 1010 1011 1001110 110111

Color Harmonies of #E65030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65030

Black with #E65030

Text Example


Text Example

White with #E65030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65030; }

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

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

background-color css

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

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

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

border-color css

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

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

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