Html Css Color HEX #E7062A Crimson

📋 copy color: '#E7062A'

red 231 ◦ green 6 ◦ blue 42

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

Shades of Crimson #E7062A

Tints of Crimson #E7062A

RGB

 RED value IS 231 (90.63% from 255) = 82.8%

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 82.8%
G = 2.15%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7062A (or 0xE7062A) is known color: Crimson. HEX triplet: E7, 06 and 2A. RGB value is (231,6,42). Sum of RGB (Red+Green+Blue) = 231+6+42=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7062A is #18F9D5. Grayscale: #4D4D4D. Windows color (decimal): -1636822 or 2754279. OLE color: 2754279.

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

Color convert

RGB 231 6 42 -
CMYK 0 0.97 0.82 0.09
HSL 350.4º 0.95% 0.46% -
HSV(B) 350.4º 0.97% 0.91% -
XYZ 33.44 17.29 3.76 -
YUV 77.38 108.04 237.57 -
System Red Green Blue C M Y K H S L
Decimal 231 6 42 0 0.97 0.82 0.09 350.4 0.95 0.46
Hex E7 6 2A 0 61 52 9 15E 5F 2E
Octal 347 6 52 0 141 122 11 536 137 56
Binary 11100111 110 101010 0 1100001 1010010 1001 101011110 1011111 101110

Color Harmonies of #E7062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7062A

Black with #E7062A

Text Example


Text Example

White with #E7062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7062A; }

 p { color: rgb(231,6,42); }

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

background-color css

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

 a { background-color: rgb(231,6,42); }

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

border-color css

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

 span { border-color: rgb(231,6,42); }

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