Html Css Color HEX #DE113C Crimson

📋 copy color: '#DE113C'

red 222 ◦ green 17 ◦ blue 60

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

Shades of Crimson #DE113C

Tints of Crimson #DE113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 74.25%
G = 5.69%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE113C (or 0xDE113C) is known color: Crimson. HEX triplet: DE, 11 and 3C. RGB value is (222,17,60). Sum of RGB (Red+Green+Blue) = 222+17+60=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE113C is #21EEC3. Grayscale: #535353. Windows color (decimal): -2223812 or 3936734. OLE color: 3936734.

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

Color convert

RGB 222 17 60 -
CMYK 0 0.92 0.73 0.13
HSL 347.41º 0.86% 0.47% -
HSV(B) 347.41º 0.92% 0.87% -
XYZ 31.14 16.26 5.77 -
YUV 83.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 222 17 60 0 0.92 0.73 0.13 347.41 0.86 0.47
Hex DE 11 3C 0 5C 49 D 15B 56 2F
Octal 336 21 74 0 134 111 15 533 126 57
Binary 11011110 10001 111100 0 1011100 1001001 1101 101011011 1010110 101111

Color Harmonies of #DE113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE113C

Black with #DE113C

Text Example


Text Example

White with #DE113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE113C; }

 p { color: rgb(222,17,60); }

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

background-color css

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

 a { background-color: rgb(222,17,60); }

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

border-color css

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

 span { border-color: rgb(222,17,60); }

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