Html Css Color HEX #DC114B Crimson

📋 copy color: '#DC114B'

red 220 ◦ green 17 ◦ blue 75

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

Shades of Crimson #DC114B

Tints of Crimson #DC114B

RGB

 RED value IS 220 (86.33% from 255) = 70.51%

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 70.51%
G = 5.45%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC114B (or 0xDC114B) is known color: Crimson. HEX triplet: DC, 11 and 4B. RGB value is (220,17,75). Sum of RGB (Red+Green+Blue) = 220+17+75=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC114B is #23EEB4. Grayscale: #545454. Windows color (decimal): -2354869 or 4919772. OLE color: 4919772.

HSL color Cylindrical-coordinate representation of color #DC114B: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC114B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 75 -
CMYK 0 0.92 0.66 0.14
HSL 342.86º 0.86% 0.46% -
HSV(B) 342.86º 0.92% 0.86% -
XYZ 30.99 16.12 8.14 -
YUV 84.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 220 17 75 0 0.92 0.66 0.14 342.86 0.86 0.46
Hex DC 11 4B 0 5C 42 E 157 56 2E
Octal 334 21 113 0 134 102 16 527 126 56
Binary 11011100 10001 1001011 0 1011100 1000010 1110 101010111 1010110 101110

Color Harmonies of #DC114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC114B

Black with #DC114B

Text Example


Text Example

White with #DC114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC114B; }

 p { color: rgb(220,17,75); }

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

background-color css

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

 a { background-color: rgb(220,17,75); }

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

border-color css

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

 span { border-color: rgb(220,17,75); }

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