Html Css Color HEX #DC144B Crimson

📋 copy color: '#DC144B'

red 220 ◦ green 20 ◦ blue 75

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

Shades of Crimson #DC144B

Tints of Crimson #DC144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 69.84%
G = 6.35%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC144B (or 0xDC144B) is known color: Crimson. HEX triplet: DC, 14 and 4B. RGB value is (220,20,75). Sum of RGB (Red+Green+Blue) = 220+20+75=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC144B is #23EBB4. Grayscale: #565656. Windows color (decimal): -2354101 or 4920540. OLE color: 4920540.

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

Color convert

RGB 220 20 75 -
CMYK 0 0.91 0.66 0.14
HSL 343.5º 0.83% 0.47% -
HSV(B) 343.5º 0.91% 0.86% -
XYZ 31.04 16.22 8.15 -
YUV 86.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 220 20 75 0 0.91 0.66 0.14 343.5 0.83 0.47
Hex DC 14 4B 0 5B 42 E 158 53 2F
Octal 334 24 113 0 133 102 16 530 123 57
Binary 11011100 10100 1001011 0 1011011 1000010 1110 101011000 1010011 101111

Color Harmonies of #DC144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC144B

Black with #DC144B

Text Example


Text Example

White with #DC144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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