Html Css Color HEX #E63C1A Cinnabar

📋 copy color: '#E63C1A'

red 230 ◦ green 60 ◦ blue 26

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

Shades of Cinnabar #E63C1A

Tints of Cinnabar #E63C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 72.78%
G = 18.99%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E63C1A (or 0xE63C1A) is known color: Cinnabar. HEX triplet: E6, 3C and 1A. RGB value is (230,60,26). Sum of RGB (Red+Green+Blue) = 230+60+26=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C1A is #19C3E5. Grayscale: #6B6B6B. Windows color (decimal): -1688550 or 1719526. OLE color: 1719526.

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

Color convert

RGB 230 60 26 -
CMYK 0 0.74 0.89 0.10
HSL 10º 0.8% 0.5% -
HSV(B) 10º 0.89% 0.9% -
XYZ 34.44 20.13 3.05 -
YUV 106.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 230 60 26 0 0.74 0.89 0.10 10 0.8 0.5
Hex E6 3C 1A 0 4A 59 A A 50 32
Octal 346 74 32 0 112 131 12 12 120 62
Binary 11100110 111100 11010 0 1001010 1011001 1010 1010 1010000 110010

Color Harmonies of #E63C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63C1A

Black with #E63C1A

Text Example


Text Example

White with #E63C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63C1A; }

 p { color: rgb(230,60,26); }

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

background-color css

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

 a { background-color: rgb(230,60,26); }

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

border-color css

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

 span { border-color: rgb(230,60,26); }

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