Html Css Color HEX #E63C30 Cinnabar

📋 copy color: '#E63C30'

red 230 ◦ green 60 ◦ blue 48

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

Shades of Cinnabar #E63C30

Tints of Cinnabar #E63C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 68.05%
G = 17.75%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E63C30 (or 0xE63C30) is known color: Cinnabar. HEX triplet: E6, 3C and 30. RGB value is (230,60,48). Sum of RGB (Red+Green+Blue) = 230+60+48=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C30 is #19C3CF. Grayscale: #6D6D6D. Windows color (decimal): -1688528 or 3161318. OLE color: 3161318.

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

Color convert

RGB 230 60 48 -
CMYK 0 0.74 0.79 0.10
HSL 3.96º 0.78% 0.55% -
HSV(B) 3.96º 0.79% 0.9% -
XYZ 34.78 20.27 4.88 -
YUV 109.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 230 60 48 0 0.74 0.79 0.10 3.96 0.78 0.55
Hex E6 3C 30 0 4A 4F A 4 4E 37
Octal 346 74 60 0 112 117 12 4 116 67
Binary 11100110 111100 110000 0 1001010 1001111 1010 100 1001110 110111

Color Harmonies of #E63C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63C30

Black with #E63C30

Text Example


Text Example

White with #E63C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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