Html Css Color HEX #E6003D Crimson

📋 copy color: '#E6003D'

red 230 ◦ green 0 ◦ blue 61

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

Shades of Crimson #E6003D

Tints of Crimson #E6003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 79.04%
G = 0%
B = 20.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6003D (or 0xE6003D) is known color: Crimson. HEX triplet: E6, 00 and 3D. RGB value is (230,0,61). Sum of RGB (Red+Green+Blue) = 230+0+61=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6003D is #19FFC2. Grayscale: #4B4B4B. Windows color (decimal): -1703875 or 3997926. OLE color: 3997926.

HSL color Cylindrical-coordinate representation of color #E6003D: hue angle of 344.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6003D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 61 -
CMYK 0 1 0.73 0.10
HSL 344.09º 1% 0.45% -
HSV(B) 344.09º 1% 0.9% -
XYZ 33.48 17.16 5.96 -
YUV 75.72 119.7 238.04 -
System Red Green Blue C M Y K H S L
Decimal 230 0 61 0 1 0.73 0.10 344.09 1 0.45
Hex E6 0 3D 0 64 49 A 158 64 2D
Octal 346 0 75 0 144 111 12 530 144 55
Binary 11100110 0 111101 0 1100100 1001001 1010 101011000 1100100 101101

Color Harmonies of #E6003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6003D

Black with #E6003D

Text Example


Text Example

White with #E6003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6003D; }

 p { color: rgb(230,0,61); }

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

background-color css

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

 a { background-color: rgb(230,0,61); }

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

border-color css

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

 span { border-color: rgb(230,0,61); }

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