Html Css Color HEX #DE153B Crimson

📋 copy color: '#DE153B'

red 222 ◦ green 21 ◦ blue 59

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

Shades of Crimson #DE153B

Tints of Crimson #DE153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 73.51%
G = 6.95%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE153B (or 0xDE153B) is known color: Crimson. HEX triplet: DE, 15 and 3B. RGB value is (222,21,59). Sum of RGB (Red+Green+Blue) = 222+21+59=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE153B is #21EAC4. Grayscale: #555555. Windows color (decimal): -2222789 or 3872222. OLE color: 3872222.

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

Color convert

RGB 222 21 59 -
CMYK 0 0.91 0.73 0.13
HSL 348.66º 0.83% 0.48% -
HSV(B) 348.66º 0.91% 0.87% -
XYZ 31.18 16.38 5.66 -
YUV 85.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 222 21 59 0 0.91 0.73 0.13 348.66 0.83 0.48
Hex DE 15 3B 0 5B 49 D 15D 53 30
Octal 336 25 73 0 133 111 15 535 123 60
Binary 11011110 10101 111011 0 1011011 1001001 1101 101011101 1010011 110000

Color Harmonies of #DE153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE153B

Black with #DE153B

Text Example


Text Example

White with #DE153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE153B; }

 p { color: rgb(222,21,59); }

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

background-color css

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

 a { background-color: rgb(222,21,59); }

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

border-color css

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

 span { border-color: rgb(222,21,59); }

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