Html Css Color HEX #DE0447 Crimson

📋 copy color: '#DE0447'

red 222 ◦ green 4 ◦ blue 71

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

Shades of Crimson #DE0447

Tints of Crimson #DE0447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 74.75%
G = 1.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0447 (or 0xDE0447) is known color: Crimson. HEX triplet: DE, 04 and 47. RGB value is (222,4,71). Sum of RGB (Red+Green+Blue) = 222+4+71=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0447 is #21FBB8. Grayscale: #4C4C4C. Windows color (decimal): -2227129 or 4654302. OLE color: 4654302.

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

Color convert

RGB 222 4 71 -
CMYK 0 0.98 0.68 0.13
HSL 341.56º 0.96% 0.44% -
HSV(B) 341.56º 0.98% 0.87% -
XYZ 31.3 16.07 7.41 -
YUV 76.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 222 4 71 0 0.98 0.68 0.13 341.56 0.96 0.44
Hex DE 4 47 0 62 44 D 156 60 2C
Octal 336 4 107 0 142 104 15 526 140 54
Binary 11011110 100 1000111 0 1100010 1000100 1101 101010110 1100000 101100

Color Harmonies of #DE0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0447

Black with #DE0447

Text Example


Text Example

White with #DE0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0447; }

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

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

background-color css

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

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

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

border-color css

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

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

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