Html Css Color HEX #E64F1C Cinnabar

📋 copy color: '#E64F1C'

red 230 ◦ green 79 ◦ blue 28

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

Shades of Cinnabar #E64F1C

Tints of Cinnabar #E64F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 68.25%
G = 23.44%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E64F1C (or 0xE64F1C) is known color: Cinnabar. HEX triplet: E6, 4F and 1C. RGB value is (230,79,28). Sum of RGB (Red+Green+Blue) = 230+79+28=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F1C is #19B0E3. Grayscale: #767676. Windows color (decimal): -1683684 or 1855462. OLE color: 1855462.

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

Color convert

RGB 230 79 28 -
CMYK 0 0.66 0.88 0.10
HSL 15.15º 0.8% 0.51% -
HSV(B) 15.15º 0.88% 0.9% -
XYZ 35.64 22.5 3.56 -
YUV 118.34 77.03 207.65 -
System Red Green Blue C M Y K H S L
Decimal 230 79 28 0 0.66 0.88 0.10 15.15 0.8 0.51
Hex E6 4F 1C 0 42 58 A F 50 33
Octal 346 117 34 0 102 130 12 17 120 63
Binary 11100110 1001111 11100 0 1000010 1011000 1010 1111 1010000 110011

Color Harmonies of #E64F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F1C

Black with #E64F1C

Text Example


Text Example

White with #E64F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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