Html Css Color HEX #E9063C Crimson

📋 copy color: '#E9063C'

red 233 ◦ green 6 ◦ blue 60

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

Shades of Crimson #E9063C

Tints of Crimson #E9063C

RGB

 RED value IS 233 (91.41% from 255) = 77.93%

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 77.93%
G = 2.01%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9063C (or 0xE9063C) is known color: Crimson. HEX triplet: E9, 06 and 3C. RGB value is (233,6,60). Sum of RGB (Red+Green+Blue) = 233+6+60=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E9063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9063C is #16F9C3. Grayscale: #505050. Windows color (decimal): -1505732 or 3933929. OLE color: 3933929.

HSL color Cylindrical-coordinate representation of color #E9063C: hue angle of 345.73º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9063C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 6 60 -
CMYK 0 0.97 0.74 0.09
HSL 345.73º 0.95% 0.47% -
HSV(B) 345.73º 0.97% 0.91% -
XYZ 34.49 17.78 5.89 -
YUV 80.03 116.71 237.11 -
System Red Green Blue C M Y K H S L
Decimal 233 6 60 0 0.97 0.74 0.09 345.73 0.95 0.47
Hex E9 6 3C 0 61 4A 9 15A 5F 2F
Octal 351 6 74 0 141 112 11 532 137 57
Binary 11101001 110 111100 0 1100001 1001010 1001 101011010 1011111 101111

Color Harmonies of #E9063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9063C

Black with #E9063C

Text Example


Text Example

White with #E9063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9063C; }

 p { color: rgb(233,6,60); }

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

background-color css

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

 a { background-color: rgb(233,6,60); }

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

border-color css

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

 span { border-color: rgb(233,6,60); }

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