Html Css Color HEX #E64F3B Cinnabar

📋 copy color: '#E64F3B'

red 230 ◦ green 79 ◦ blue 59

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

Shades of Cinnabar #E64F3B

Tints of Cinnabar #E64F3B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 62.5%
G = 21.47%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E64F3B (or 0xE64F3B) is known color: Cinnabar. HEX triplet: E6, 4F and 3B. RGB value is (230,79,59). Sum of RGB (Red+Green+Blue) = 230+79+59=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F3B is #19B0C4. Grayscale: #7A7A7A. Windows color (decimal): -1683653 or 3887078. OLE color: 3887078.

HSL color Cylindrical-coordinate representation of color #E64F3B: hue angle of 7.02º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E64F3B is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 59 -
CMYK 0 0.66 0.74 0.10
HSL 7.02º 0.77% 0.57% -
HSV(B) 7.02º 0.74% 0.9% -
XYZ 36.22 22.73 6.62 -
YUV 121.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 230 79 59 0 0.66 0.74 0.10 7.02 0.77 0.57
Hex E6 4F 3B 0 42 4A A 7 4D 39
Octal 346 117 73 0 102 112 12 7 115 71
Binary 11100110 1001111 111011 0 1000010 1001010 1010 111 1001101 111001

Color Harmonies of #E64F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F3B

Black with #E64F3B

Text Example


Text Example

White with #E64F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F3B; }

 p { color: rgb(230,79,59); }

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

background-color css

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

 a { background-color: rgb(230,79,59); }

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

border-color css

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

 span { border-color: rgb(230,79,59); }

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