Html Css Color HEX #E63A32 Cinnabar

📋 copy color: '#E63A32'

red 230 ◦ green 58 ◦ blue 50

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

Shades of Cinnabar #E63A32

Tints of Cinnabar #E63A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 68.05%
G = 17.16%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E63A32 (or 0xE63A32) is known color: Cinnabar. HEX triplet: E6, 3A and 32. RGB value is (230,58,50). Sum of RGB (Red+Green+Blue) = 230+58+50=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A32 is #19C5CD. Grayscale: #6C6C6C. Windows color (decimal): -1689038 or 3291878. OLE color: 3291878.

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

Color convert

RGB 230 58 50 -
CMYK 0 0.75 0.78 0.10
HSL 2.67º 0.78% 0.55% -
HSV(B) 2.67º 0.78% 0.9% -
XYZ 34.72 20.08 5.06 -
YUV 108.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 230 58 50 0 0.75 0.78 0.10 2.67 0.78 0.55
Hex E6 3A 32 0 4B 4E A 3 4E 37
Octal 346 72 62 0 113 116 12 3 116 67
Binary 11100110 111010 110010 0 1001011 1001110 1010 11 1001110 110111

Color Harmonies of #E63A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63A32

Black with #E63A32

Text Example


Text Example

White with #E63A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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