Html Css Color HEX #DE043A Crimson

📋 copy color: '#DE043A'

red 222 ◦ green 4 ◦ blue 58

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

Shades of Crimson #DE043A

Tints of Crimson #DE043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 78.17%
G = 1.41%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE043A (or 0xDE043A) is known color: Crimson. HEX triplet: DE, 04 and 3A. RGB value is (222,4,58). Sum of RGB (Red+Green+Blue) = 222+4+58=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE043A is #21FBC5. Grayscale: #4B4B4B. Windows color (decimal): -2227142 or 3802334. OLE color: 3802334.

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

Color convert

RGB 222 4 58 -
CMYK 0 0.98 0.74 0.13
HSL 345.14º 0.96% 0.44% -
HSV(B) 345.14º 0.98% 0.87% -
XYZ 30.93 15.92 5.45 -
YUV 75.34 118.22 232.61 -
System Red Green Blue C M Y K H S L
Decimal 222 4 58 0 0.98 0.74 0.13 345.14 0.96 0.44
Hex DE 4 3A 0 62 4A D 159 60 2C
Octal 336 4 72 0 142 112 15 531 140 54
Binary 11011110 100 111010 0 1100010 1001010 1101 101011001 1100000 101100

Color Harmonies of #DE043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE043A

Black with #DE043A

Text Example


Text Example

White with #DE043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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