Html Css Color HEX #E6033B Crimson

📋 copy color: '#E6033B'

red 230 ◦ green 3 ◦ blue 59

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

Shades of Crimson #E6033B

Tints of Crimson #E6033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 78.77%
G = 1.03%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6033B (or 0xE6033B) is known color: Crimson. HEX triplet: E6, 03 and 3B. RGB value is (230,3,59). Sum of RGB (Red+Green+Blue) = 230+3+59=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6033B is #19FCC4. Grayscale: #4D4D4D. Windows color (decimal): -1703109 or 3867622. OLE color: 3867622.

HSL color Cylindrical-coordinate representation of color #E6033B: hue angle of 345.2º 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 #E6033B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 59 -
CMYK 0 0.99 0.74 0.10
HSL 345.2º 0.97% 0.46% -
HSV(B) 345.2º 0.99% 0.9% -
XYZ 33.46 17.2 5.7 -
YUV 77.26 117.71 236.95 -
System Red Green Blue C M Y K H S L
Decimal 230 3 59 0 0.99 0.74 0.10 345.2 0.97 0.46
Hex E6 3 3B 0 63 4A A 159 61 2E
Octal 346 3 73 0 143 112 12 531 141 56
Binary 11100110 11 111011 0 1100011 1001010 1010 101011001 1100001 101110

Color Harmonies of #E6033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6033B

Black with #E6033B

Text Example


Text Example

White with #E6033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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