Html Css Color HEX #E63F1C Cinnabar

📋 copy color: '#E63F1C'

red 230 ◦ green 63 ◦ blue 28

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

Shades of Cinnabar #E63F1C

Tints of Cinnabar #E63F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 71.65%
G = 19.63%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E63F1C (or 0xE63F1C) is known color: Cinnabar. HEX triplet: E6, 3F and 1C. RGB value is (230,63,28). Sum of RGB (Red+Green+Blue) = 230+63+28=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F1C is #19C0E3. Grayscale: #6D6D6D. Windows color (decimal): -1687780 or 1851366. OLE color: 1851366.

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

Color convert

RGB 230 63 28 -
CMYK 0 0.73 0.88 0.10
HSL 10.4º 0.8% 0.51% -
HSV(B) 10.4º 0.88% 0.9% -
XYZ 34.62 20.46 3.22 -
YUV 108.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 230 63 28 0 0.73 0.88 0.10 10.4 0.8 0.51
Hex E6 3F 1C 0 49 58 A A 50 33
Octal 346 77 34 0 111 130 12 12 120 63
Binary 11100110 111111 11100 0 1001001 1011000 1010 1010 1010000 110011

Color Harmonies of #E63F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63F1C

Black with #E63F1C

Text Example


Text Example

White with #E63F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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