Html Css Color HEX #E64B2B Cinnabar

📋 copy color: '#E64B2B'

red 230 ◦ green 75 ◦ blue 43

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

Shades of Cinnabar #E64B2B

Tints of Cinnabar #E64B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 66.09%
G = 21.55%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E64B2B (or 0xE64B2B) is known color: Cinnabar. HEX triplet: E6, 4B and 2B. RGB value is (230,75,43). Sum of RGB (Red+Green+Blue) = 230+75+43=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64B2B is #19B4D4. Grayscale: #757575. Windows color (decimal): -1684693 or 2837478. OLE color: 2837478.

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

Color convert

RGB 230 75 43 -
CMYK 0 0.67 0.81 0.10
HSL 10.27º 0.79% 0.54% -
HSV(B) 10.27º 0.81% 0.9% -
XYZ 35.59 22.03 4.66 -
YUV 117.7 85.85 208.1 -
System Red Green Blue C M Y K H S L
Decimal 230 75 43 0 0.67 0.81 0.10 10.27 0.79 0.54
Hex E6 4B 2B 0 43 51 A A 4F 36
Octal 346 113 53 0 103 121 12 12 117 66
Binary 11100110 1001011 101011 0 1000011 1010001 1010 1010 1001111 110110

Color Harmonies of #E64B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B2B

Black with #E64B2B

Text Example


Text Example

White with #E64B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B2B; }

 p { color: rgb(230,75,43); }

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

background-color css

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

 a { background-color: rgb(230,75,43); }

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

border-color css

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

 span { border-color: rgb(230,75,43); }

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