Html Css Color HEX #DE0346 Crimson

📋 copy color: '#DE0346'

red 222 ◦ green 3 ◦ blue 70

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

Shades of Crimson #DE0346

Tints of Crimson #DE0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 75.25%
G = 1.02%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0346 (or 0xDE0346) is known color: Crimson. HEX triplet: DE, 03 and 46. RGB value is (222,3,70). Sum of RGB (Red+Green+Blue) = 222+3+70=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0346 is #21FCB9. Grayscale: #4C4C4C. Windows color (decimal): -2227386 or 4588510. OLE color: 4588510.

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

Color convert

RGB 222 3 70 -
CMYK 0 0.99 0.68 0.13
HSL 341.64º 0.97% 0.44% -
HSV(B) 341.64º 0.99% 0.87% -
XYZ 31.26 16.04 7.24 -
YUV 76.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 222 3 70 0 0.99 0.68 0.13 341.64 0.97 0.44
Hex DE 3 46 0 63 44 D 156 61 2C
Octal 336 3 106 0 143 104 15 526 141 54
Binary 11011110 11 1000110 0 1100011 1000100 1101 101010110 1100001 101100

Color Harmonies of #DE0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0346

Black with #DE0346

Text Example


Text Example

White with #DE0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0346; }

 p { color: rgb(222,3,70); }

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

background-color css

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

 a { background-color: rgb(222,3,70); }

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

border-color css

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

 span { border-color: rgb(222,3,70); }

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