Html Css Color HEX #E00645 Crimson

📋 copy color: '#E00645'

red 224 ◦ green 6 ◦ blue 69

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

Shades of Crimson #E00645

Tints of Crimson #E00645

RGB

 RED value IS 224 (87.89% from 255) = 74.92%

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 74.92%
G = 2.01%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00645 (or 0xE00645) is known color: Crimson. HEX triplet: E0, 06 and 45. RGB value is (224,6,69). Sum of RGB (Red+Green+Blue) = 224+6+69=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E00645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00645 is #1FF9BA. Grayscale: #4E4E4E. Windows color (decimal): -2095547 or 4523744. OLE color: 4523744.

HSL color Cylindrical-coordinate representation of color #E00645: hue angle of 342.66º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00645 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 69 -
CMYK 0 0.97 0.69 0.12
HSL 342.66º 0.95% 0.45% -
HSV(B) 342.66º 0.97% 0.88% -
XYZ 31.88 16.41 7.12 -
YUV 78.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 224 6 69 0 0.97 0.69 0.12 342.66 0.95 0.45
Hex E0 6 45 0 61 45 C 157 5F 2D
Octal 340 6 105 0 141 105 14 527 137 55
Binary 11100000 110 1000101 0 1100001 1000101 1100 101010111 1011111 101101

Color Harmonies of #E00645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00645

Black with #E00645

Text Example


Text Example

White with #E00645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00645; }

 p { color: rgb(224,6,69); }

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

background-color css

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

 a { background-color: rgb(224,6,69); }

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

border-color css

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

 span { border-color: rgb(224,6,69); }

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