Html Css Color HEX #E64D1B Cinnabar

📋 copy color: '#E64D1B'

red 230 ◦ green 77 ◦ blue 27

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

Shades of Cinnabar #E64D1B

Tints of Cinnabar #E64D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 68.86%
G = 23.05%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E64D1B (or 0xE64D1B) is known color: Cinnabar. HEX triplet: E6, 4D and 1B. RGB value is (230,77,27). Sum of RGB (Red+Green+Blue) = 230+77+27=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D1B is #19B2E4. Grayscale: #757575. Windows color (decimal): -1684197 or 1789414. OLE color: 1789414.

HSL color Cylindrical-coordinate representation of color #E64D1B: hue angle of 14.78º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E64D1B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 77 27 -
CMYK 0 0.67 0.88 0.10
HSL 14.78º 0.8% 0.5% -
HSV(B) 14.78º 0.88% 0.9% -
XYZ 35.48 22.21 3.45 -
YUV 117.05 77.19 208.57 -
System Red Green Blue C M Y K H S L
Decimal 230 77 27 0 0.67 0.88 0.10 14.78 0.8 0.5
Hex E6 4D 1B 0 43 58 A F 50 32
Octal 346 115 33 0 103 130 12 17 120 62
Binary 11100110 1001101 11011 0 1000011 1011000 1010 1111 1010000 110010

Color Harmonies of #E64D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D1B

Black with #E64D1B

Text Example


Text Example

White with #E64D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D1B; }

 p { color: rgb(230,77,27); }

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

background-color css

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

 a { background-color: rgb(230,77,27); }

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

border-color css

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

 span { border-color: rgb(230,77,27); }

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