Html Css Color HEX #E63A1B Cinnabar

📋 copy color: '#E63A1B'

red 230 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #E63A1B

Tints of Cinnabar #E63A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 73.02%
G = 18.41%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E63A1B (or 0xE63A1B) is known color: Cinnabar. HEX triplet: E6, 3A and 1B. RGB value is (230,58,27). Sum of RGB (Red+Green+Blue) = 230+58+27=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A1B is #19C5E4. Grayscale: #6A6A6A. Windows color (decimal): -1689061 or 1784550. OLE color: 1784550.

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

Color convert

RGB 230 58 27 -
CMYK 0 0.75 0.88 0.10
HSL 9.16º 0.8% 0.5% -
HSV(B) 9.16º 0.88% 0.9% -
XYZ 34.34 19.93 3.07 -
YUV 105.89 83.48 216.52 -
System Red Green Blue C M Y K H S L
Decimal 230 58 27 0 0.75 0.88 0.10 9.16 0.8 0.5
Hex E6 3A 1B 0 4B 58 A 9 50 32
Octal 346 72 33 0 113 130 12 11 120 62
Binary 11100110 111010 11011 0 1001011 1011000 1010 1001 1010000 110010

Color Harmonies of #E63A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63A1B

Black with #E63A1B

Text Example


Text Example

White with #E63A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63A1B; }

 p { color: rgb(230,58,27); }

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

background-color css

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

 a { background-color: rgb(230,58,27); }

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

border-color css

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

 span { border-color: rgb(230,58,27); }

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