Html Css Color HEX #DE0C44 Crimson

📋 copy color: '#DE0C44'

red 222 ◦ green 12 ◦ blue 68

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

Shades of Crimson #DE0C44

Tints of Crimson #DE0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 73.51%
G = 3.97%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE0C44 (or 0xDE0C44) is known color: Crimson. HEX triplet: DE, 0C and 44. RGB value is (222,12,68). Sum of RGB (Red+Green+Blue) = 222+12+68=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0C44 is #21F3BB. Grayscale: #515151. Windows color (decimal): -2225084 or 4459742. OLE color: 4459742.

HSL color Cylindrical-coordinate representation of color #DE0C44: hue angle of 344º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 12 68 -
CMYK 0 0.95 0.69 0.13
HSL 344º 0.9% 0.46% -
HSV(B) 344º 0.95% 0.87% -
XYZ 31.3 16.21 6.95 -
YUV 81.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 222 12 68 0 0.95 0.69 0.13 344 0.9 0.46
Hex DE C 44 0 5F 45 D 158 5A 2E
Octal 336 14 104 0 137 105 15 530 132 56
Binary 11011110 1100 1000100 0 1011111 1000101 1101 101011000 1011010 101110

Color Harmonies of #DE0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C44

Black with #DE0C44

Text Example


Text Example

White with #DE0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C44; }

 p { color: rgb(222,12,68); }

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

background-color css

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

 a { background-color: rgb(222,12,68); }

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

border-color css

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

 span { border-color: rgb(222,12,68); }

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