Html Css Color HEX #DE0443 Crimson

📋 copy color: '#DE0443'

red 222 ◦ green 4 ◦ blue 67

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

Shades of Crimson #DE0443

Tints of Crimson #DE0443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 67 (26.56% from 255) = 22.87%

R = 75.77%
G = 1.37%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE0443 (or 0xDE0443) is known color: Crimson. HEX triplet: DE, 04 and 43. RGB value is (222,4,67). Sum of RGB (Red+Green+Blue) = 222+4+67=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0443 is #21FBBC. Grayscale: #4C4C4C. Windows color (decimal): -2227133 or 4392158. OLE color: 4392158.

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

Color convert

RGB 222 4 67 -
CMYK 0 0.98 0.70 0.13
HSL 342.66º 0.96% 0.44% -
HSV(B) 342.66º 0.98% 0.87% -
XYZ 31.18 16.02 6.76 -
YUV 76.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 222 4 67 0 0.98 0.70 0.13 342.66 0.96 0.44
Hex DE 4 43 0 62 46 D 157 60 2C
Octal 336 4 103 0 142 106 15 527 140 54
Binary 11011110 100 1000011 0 1100010 1000110 1101 101010111 1100000 101100

Color Harmonies of #DE0443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0443

Black with #DE0443

Text Example


Text Example

White with #DE0443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0443; }

 p { color: rgb(222,4,67); }

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

background-color css

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

 a { background-color: rgb(222,4,67); }

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

border-color css

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

 span { border-color: rgb(222,4,67); }

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