Html Css Color HEX #DE0843 Crimson

📋 copy color: '#DE0843'

red 222 ◦ green 8 ◦ blue 67

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

Shades of Crimson #DE0843

Tints of Crimson #DE0843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 74.75%
G = 2.69%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE0843 (or 0xDE0843) is known color: Crimson. HEX triplet: DE, 08 and 43. RGB value is (222,8,67). Sum of RGB (Red+Green+Blue) = 222+8+67=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0843 is #21F7BC. Grayscale: #4E4E4E. Windows color (decimal): -2226109 or 4393182. OLE color: 4393182.

HSL color Cylindrical-coordinate representation of color #DE0843: hue angle of 343.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0843 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 67 -
CMYK 0 0.96 0.70 0.13
HSL 343.46º 0.93% 0.45% -
HSV(B) 343.46º 0.96% 0.87% -
XYZ 31.22 16.11 6.77 -
YUV 78.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 222 8 67 0 0.96 0.70 0.13 343.46 0.93 0.45
Hex DE 8 43 0 60 46 D 157 5D 2D
Octal 336 10 103 0 140 106 15 527 135 55
Binary 11011110 1000 1000011 0 1100000 1000110 1101 101010111 1011101 101101

Color Harmonies of #DE0843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0843

Black with #DE0843

Text Example


Text Example

White with #DE0843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0843; }

 p { color: rgb(222,8,67); }

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

background-color css

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

 a { background-color: rgb(222,8,67); }

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

border-color css

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

 span { border-color: rgb(222,8,67); }

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