Html Css Color HEX #E65130 Cinnabar

📋 copy color: '#E65130'

red 230 ◦ green 81 ◦ blue 48

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

Shades of Cinnabar #E65130

Tints of Cinnabar #E65130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 64.07%
G = 22.56%
B = 13.37%

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

#E65130 (or 0xE65130) is known color: Cinnabar. HEX triplet: E6, 51 and 30. RGB value is (230,81,48). Sum of RGB (Red+Green+Blue) = 230+81+48=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E65130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65130 is #19AECF. Grayscale: #7A7A7A. Windows color (decimal): -1683152 or 3166694. OLE color: 3166694.

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

Color convert

RGB 230 81 48 -
CMYK 0 0.65 0.79 0.10
HSL 10.88º 0.78% 0.55% -
HSV(B) 10.88º 0.79% 0.9% -
XYZ 36.11 22.92 5.32 -
YUV 121.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 230 81 48 0 0.65 0.79 0.10 10.88 0.78 0.55
Hex E6 51 30 0 41 4F A B 4E 37
Octal 346 121 60 0 101 117 12 13 116 67
Binary 11100110 1010001 110000 0 1000001 1001111 1010 1011 1001110 110111

Color Harmonies of #E65130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65130

Black with #E65130

Text Example


Text Example

White with #E65130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65130; }

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

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

background-color css

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

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

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

border-color css

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

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

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