Html Css Color HEX #DE0329 Crimson

📋 copy color: '#DE0329'

red 222 ◦ green 3 ◦ blue 41

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

Shades of Crimson #DE0329

Tints of Crimson #DE0329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 83.46%
G = 1.13%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0329 (or 0xDE0329) is known color: Crimson. HEX triplet: DE, 03 and 29. RGB value is (222,3,41). Sum of RGB (Red+Green+Blue) = 222+3+41=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0329 is #21FCD6. Grayscale: #484848. Windows color (decimal): -2227415 or 2687966. OLE color: 2687966.

HSL color Cylindrical-coordinate representation of color #DE0329: hue angle of 349.59º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0329 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 3 41 -
CMYK 0 0.99 0.82 0.13
HSL 349.59º 0.97% 0.44% -
HSV(B) 349.59º 0.99% 0.87% -
XYZ 30.56 15.75 3.53 -
YUV 72.81 110.05 234.41 -
System Red Green Blue C M Y K H S L
Decimal 222 3 41 0 0.99 0.82 0.13 349.59 0.97 0.44
Hex DE 3 29 0 63 52 D 15E 61 2C
Octal 336 3 51 0 143 122 15 536 141 54
Binary 11011110 11 101001 0 1100011 1010010 1101 101011110 1100001 101100

Color Harmonies of #DE0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0329

Black with #DE0329

Text Example


Text Example

White with #DE0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0329; }

 p { color: rgb(222,3,41); }

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

background-color css

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

 a { background-color: rgb(222,3,41); }

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

border-color css

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

 span { border-color: rgb(222,3,41); }

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