Html Css Color HEX #E7062D Crimson

📋 copy color: '#E7062D'

red 231 ◦ green 6 ◦ blue 45

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

Shades of Crimson #E7062D

Tints of Crimson #E7062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 81.91%
G = 2.13%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7062D (or 0xE7062D) is known color: Crimson. HEX triplet: E7, 06 and 2D. RGB value is (231,6,45). Sum of RGB (Red+Green+Blue) = 231+6+45=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E7062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7062D is #18F9D2. Grayscale: #4D4D4D. Windows color (decimal): -1636819 or 2950887. OLE color: 2950887.

HSL color Cylindrical-coordinate representation of color #E7062D: hue angle of 349.6º 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 #E7062D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 45 -
CMYK 0 0.97 0.81 0.09
HSL 349.6º 0.95% 0.46% -
HSV(B) 349.6º 0.97% 0.91% -
XYZ 33.49 17.31 4.06 -
YUV 77.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 231 6 45 0 0.97 0.81 0.09 349.6 0.95 0.46
Hex E7 6 2D 0 61 51 9 15E 5F 2E
Octal 347 6 55 0 141 121 11 536 137 56
Binary 11100111 110 101101 0 1100001 1010001 1001 101011110 1011111 101110

Color Harmonies of #E7062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7062D

Black with #E7062D

Text Example


Text Example

White with #E7062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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