Html Css Color HEX #DE043F Crimson

📋 copy color: '#DE043F'

red 222 ◦ green 4 ◦ blue 63

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

Shades of Crimson #DE043F

Tints of Crimson #DE043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 76.82%
G = 1.38%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE043F (or 0xDE043F) is known color: Crimson. HEX triplet: DE, 04 and 3F. RGB value is (222,4,63). Sum of RGB (Red+Green+Blue) = 222+4+63=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE043F is #21FBC0. Grayscale: #4B4B4B. Windows color (decimal): -2227137 or 4130014. OLE color: 4130014.

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

Color convert

RGB 222 4 63 -
CMYK 0 0.98 0.72 0.13
HSL 343.76º 0.96% 0.44% -
HSV(B) 343.76º 0.98% 0.87% -
XYZ 31.06 15.98 6.15 -
YUV 75.91 120.72 232.2 -
System Red Green Blue C M Y K H S L
Decimal 222 4 63 0 0.98 0.72 0.13 343.76 0.96 0.44
Hex DE 4 3F 0 62 48 D 158 60 2C
Octal 336 4 77 0 142 110 15 530 140 54
Binary 11011110 100 111111 0 1100010 1001000 1101 101011000 1100000 101100

Color Harmonies of #DE043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE043F

Black with #DE043F

Text Example


Text Example

White with #DE043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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