Html Css Color HEX #DE1834 Crimson

📋 copy color: '#DE1834'

red 222 ◦ green 24 ◦ blue 52

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

Shades of Crimson #DE1834

Tints of Crimson #DE1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 74.5%
G = 8.05%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE1834 (or 0xDE1834) is known color: Crimson. HEX triplet: DE, 18 and 34. RGB value is (222,24,52). Sum of RGB (Red+Green+Blue) = 222+24+52=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1834 is #21E7CB. Grayscale: #565656. Windows color (decimal): -2222028 or 3414238. OLE color: 3414238.

HSL color Cylindrical-coordinate representation of color #DE1834: hue angle of 351.52º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1834 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 52 -
CMYK 0 0.89 0.77 0.13
HSL 351.52º 0.8% 0.48% -
HSV(B) 351.52º 0.89% 0.87% -
XYZ 31.07 16.43 4.78 -
YUV 86.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 222 24 52 0 0.89 0.77 0.13 351.52 0.8 0.48
Hex DE 18 34 0 59 4D D 160 50 30
Octal 336 30 64 0 131 115 15 540 120 60
Binary 11011110 11000 110100 0 1011001 1001101 1101 101100000 1010000 110000

Color Harmonies of #DE1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1834

Black with #DE1834

Text Example


Text Example

White with #DE1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1834; }

 p { color: rgb(222,24,52); }

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

background-color css

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

 a { background-color: rgb(222,24,52); }

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

border-color css

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

 span { border-color: rgb(222,24,52); }

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