Html Css Color HEX #E6072C Crimson

📋 copy color: '#E6072C'

red 230 ◦ green 7 ◦ blue 44

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

Shades of Crimson #E6072C

Tints of Crimson #E6072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 81.85%
G = 2.49%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6072C (or 0xE6072C) is known color: Crimson. HEX triplet: E6, 07 and 2C. RGB value is (230,7,44). Sum of RGB (Red+Green+Blue) = 230+7+44=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6072C is #19F8D3. Grayscale: #4D4D4D. Windows color (decimal): -1702100 or 2885606. OLE color: 2885606.

HSL color Cylindrical-coordinate representation of color #E6072C: hue angle of 350.04º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6072C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 44 -
CMYK 0 0.97 0.81 0.10
HSL 350.04º 0.94% 0.46% -
HSV(B) 350.04º 0.97% 0.9% -
XYZ 33.16 17.16 3.95 -
YUV 77.9 108.88 236.49 -
System Red Green Blue C M Y K H S L
Decimal 230 7 44 0 0.97 0.81 0.10 350.04 0.94 0.46
Hex E6 7 2C 0 61 51 A 15E 5E 2E
Octal 346 7 54 0 141 121 12 536 136 56
Binary 11100110 111 101100 0 1100001 1010001 1010 101011110 1011110 101110

Color Harmonies of #E6072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6072C

Black with #E6072C

Text Example


Text Example

White with #E6072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6072C; }

 p { color: rgb(230,7,44); }

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

background-color css

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

 a { background-color: rgb(230,7,44); }

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

border-color css

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

 span { border-color: rgb(230,7,44); }

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