Html Css Color HEX #E6032F Crimson

📋 copy color: '#E6032F'

red 230 ◦ green 3 ◦ blue 47

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

Shades of Crimson #E6032F

Tints of Crimson #E6032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 82.14%
G = 1.07%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6032F (or 0xE6032F) is known color: Crimson. HEX triplet: E6, 03 and 2F. RGB value is (230,3,47). Sum of RGB (Red+Green+Blue) = 230+3+47=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6032F is #19FCD0. Grayscale: #4B4B4B. Windows color (decimal): -1703121 or 3081190. OLE color: 3081190.

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

Color convert

RGB 230 3 47 -
CMYK 0 0.99 0.80 0.10
HSL 348.37º 0.97% 0.46% -
HSV(B) 348.37º 0.99% 0.9% -
XYZ 33.18 17.09 4.24 -
YUV 75.89 111.71 237.92 -
System Red Green Blue C M Y K H S L
Decimal 230 3 47 0 0.99 0.80 0.10 348.37 0.97 0.46
Hex E6 3 2F 0 63 50 A 15C 61 2E
Octal 346 3 57 0 143 120 12 534 141 56
Binary 11100110 11 101111 0 1100011 1010000 1010 101011100 1100001 101110

Color Harmonies of #E6032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6032F

Black with #E6032F

Text Example


Text Example

White with #E6032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6032F; }

 p { color: rgb(230,3,47); }

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

background-color css

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

 a { background-color: rgb(230,3,47); }

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

border-color css

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

 span { border-color: rgb(230,3,47); }

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