Html Css Color HEX #DE043C Crimson

📋 copy color: '#DE043C'

red 222 ◦ green 4 ◦ blue 60

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

Shades of Crimson #DE043C

Tints of Crimson #DE043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 77.62%
G = 1.4%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE043C (or 0xDE043C) is known color: Crimson. HEX triplet: DE, 04 and 3C. RGB value is (222,4,60). Sum of RGB (Red+Green+Blue) = 222+4+60=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE043C is #21FBC3. Grayscale: #4B4B4B. Windows color (decimal): -2227140 or 3933406. OLE color: 3933406.

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

Color convert

RGB 222 4 60 -
CMYK 0 0.98 0.73 0.13
HSL 344.59º 0.96% 0.44% -
HSV(B) 344.59º 0.98% 0.87% -
XYZ 30.98 15.94 5.72 -
YUV 75.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 222 4 60 0 0.98 0.73 0.13 344.59 0.96 0.44
Hex DE 4 3C 0 62 49 D 159 60 2C
Octal 336 4 74 0 142 111 15 531 140 54
Binary 11011110 100 111100 0 1100010 1001001 1101 101011001 1100000 101100

Color Harmonies of #DE043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE043C

Black with #DE043C

Text Example


Text Example

White with #DE043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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