Html Css Color HEX #DE1E3D Crimson

📋 copy color: '#DE1E3D'

red 222 ◦ green 30 ◦ blue 61

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

Shades of Crimson #DE1E3D

Tints of Crimson #DE1E3D

RGB

 RED value IS 222 (87.11% from 255) = 70.93%

 GREEN value IS 30 (12.11% from 255) = 9.58%

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

R = 70.93%
G = 9.58%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE1E3D (or 0xDE1E3D) is known color: Crimson. HEX triplet: DE, 1E and 3D. RGB value is (222,30,61). Sum of RGB (Red+Green+Blue) = 222+30+61=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E3D is #21E1C2. Grayscale: #5B5B5B. Windows color (decimal): -2220483 or 4005598. OLE color: 4005598.

HSL color Cylindrical-coordinate representation of color #DE1E3D: hue angle of 350.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E3D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 61 -
CMYK 0 0.86 0.73 0.13
HSL 350.31º 0.76% 0.49% -
HSV(B) 350.31º 0.86% 0.87% -
XYZ 31.43 16.8 6 -
YUV 90.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 222 30 61 0 0.86 0.73 0.13 350.31 0.76 0.49
Hex DE 1E 3D 0 56 49 D 15E 4C 31
Octal 336 36 75 0 126 111 15 536 114 61
Binary 11011110 11110 111101 0 1010110 1001001 1101 101011110 1001100 110001

Color Harmonies of #DE1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E3D

Black with #DE1E3D

Text Example


Text Example

White with #DE1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E3D; }

 p { color: rgb(222,30,61); }

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

background-color css

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

 a { background-color: rgb(222,30,61); }

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

border-color css

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

 span { border-color: rgb(222,30,61); }

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